diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-12-13 00:42:35 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-12-13 00:42:35 +0000 |
commit | 687567bca52588729a10a324316aa758fe9ea0b2 (patch) | |
tree | 2b92739828a29feb80e01565ee5257da1e4f79b5 /llvm/utils/TableGen/CodeGenTarget.cpp | |
parent | 70efff25be7273ad69f5309b26fc378bf040a7ab (diff) | |
download | bcm5719-llvm-687567bca52588729a10a324316aa758fe9ea0b2.tar.gz bcm5719-llvm-687567bca52588729a10a324316aa758fe9ea0b2.zip |
Oops. Forgot these.
llvm-svn: 44969
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.cpp')
-rw-r--r-- | llvm/utils/TableGen/CodeGenTarget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.cpp b/llvm/utils/TableGen/CodeGenTarget.cpp index 4de05b2f83d..47bbecb87e9 100644 --- a/llvm/utils/TableGen/CodeGenTarget.cpp +++ b/llvm/utils/TableGen/CodeGenTarget.cpp @@ -384,6 +384,7 @@ CodeGenInstruction::CodeGenInstruction(Record *R, const std::string &AsmStr) isCall = R->getValueAsBit("isCall"); isLoad = R->getValueAsBit("isLoad"); isStore = R->getValueAsBit("isStore"); + isImplicitDef= R->getValueAsBit("isImplicitDef"); bool isTwoAddress = R->getValueAsBit("isTwoAddress"); isPredicable = R->getValueAsBit("isPredicable"); isConvertibleToThreeAddress = R->getValueAsBit("isConvertibleToThreeAddress"); |