rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
[oota-llvm.git] / lib / Target / Target.td
index 2e1207052406dfa2c4415bea62777edc6850bfb0..b64f65ea4007c256c94ff88fecf61b381d4c4db9 100644 (file)
@@ -190,7 +190,7 @@ class Instruction {
   bit isIndirectBranch = 0; // Is this instruction an indirect branch?
   bit isBarrier    = 0;     // Can control flow fall through this instruction?
   bit isCall       = 0;     // Is this instruction a call instruction?
-  bit isLoad       = 0;     // Is this instruction a load instruction?
+  bit isSimpleLoad = 0;     // Is this just a load instruction?
   bit mayStore     = 0;     // Can this instruction modify memory?
   bit isImplicitDef = 0;    // Is this instruction an implicit def instruction?
   bit isTwoAddress = 0;     // Is this a two address instruction?