diff options
Diffstat (limited to 'lib/Target/Target.td')
| -rw-r--r-- | lib/Target/Target.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td index 2e12070..b64f65e 100644 --- a/lib/Target/Target.td +++ b/lib/Target/Target.td @@ -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? |
