aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-10-13 02:23:01 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-10-13 02:23:01 +0000
commitfa9457276a2174aaf302240dd32d89900ad021ae (patch)
treee1a1f22e930994ebbae4f9b4de9b357886cbc4e5 /include/llvm
parent92226dd19fa946998488f419b8c4a096782ded3c (diff)
downloadexternal_llvm-fa9457276a2174aaf302240dd32d89900ad021ae.zip
external_llvm-fa9457276a2174aaf302240dd32d89900ad021ae.tar.gz
external_llvm-fa9457276a2174aaf302240dd32d89900ad021ae.tar.bz2
Optionally create a MachineInstr without default implicit operands.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42945 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/CodeGen/MachineInstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h
index beba692..9d0d8d9 100644
--- a/include/llvm/CodeGen/MachineInstr.h
+++ b/include/llvm/CodeGen/MachineInstr.h
@@ -340,7 +340,7 @@ public:
/// MachineInstr ctor - This constructor create a MachineInstr and add the
/// implicit operands. It reserves space for number of operands specified by
/// TargetInstrDescriptor.
- explicit MachineInstr(const TargetInstrDescriptor &TID);
+ explicit MachineInstr(const TargetInstrDescriptor &TID, bool NoImp = false);
/// MachineInstr ctor - Work exactly the same as the ctor above, except that
/// the MachineInstr is created and added to the end of the specified basic