summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/InstrInfoEmitter.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-12-13 00:42:35 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-12-13 00:42:35 +0000
commit687567bca52588729a10a324316aa758fe9ea0b2 (patch)
tree2b92739828a29feb80e01565ee5257da1e4f79b5 /llvm/utils/TableGen/InstrInfoEmitter.cpp
parent70efff25be7273ad69f5309b26fc378bf040a7ab (diff)
downloadbcm5719-llvm-687567bca52588729a10a324316aa758fe9ea0b2.tar.gz
bcm5719-llvm-687567bca52588729a10a324316aa758fe9ea0b2.zip
Oops. Forgot these.
llvm-svn: 44969
Diffstat (limited to 'llvm/utils/TableGen/InstrInfoEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/InstrInfoEmitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/InstrInfoEmitter.cpp b/llvm/utils/TableGen/InstrInfoEmitter.cpp
index d371934bbbe..855a0f090ae 100644
--- a/llvm/utils/TableGen/InstrInfoEmitter.cpp
+++ b/llvm/utils/TableGen/InstrInfoEmitter.cpp
@@ -243,6 +243,7 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num,
if (Inst.isCall) OS << "|M_CALL_FLAG";
if (Inst.isLoad) OS << "|M_LOAD_FLAG";
if (Inst.isStore || isStore) OS << "|M_STORE_FLAG";
+ if (Inst.isImplicitDef)OS << "|M_IMPLICIT_DEF_FLAG";
if (Inst.isPredicable) OS << "|M_PREDICABLE";
if (Inst.isConvertibleToThreeAddress) OS << "|M_CONVERTIBLE_TO_3_ADDR";
if (Inst.isCommutable) OS << "|M_COMMUTABLE";
OpenPOWER on IntegriCloud