示例#1
0
 private string buildLoad(DLoad load)
 {
     return(buildLoadStoreRef(load.getOperand(0)));
 }
示例#2
0
 private string buildLoad(DLoad load)
 {
     return buildLoadStoreRef(load.getOperand(0));
 }