summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenTarget.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-10-31 17:18:24 +0000
committerAndrew Trick <atrick@apple.com>2013-10-31 17:18:24 +0000
commit74f4c749cf4deaecfdd71a7215a6333bbeff3f25 (patch)
treee2119f17d6c1c7df4a75fe6a3f7e09bddb30a1fc /llvm/utils/TableGen/CodeGenTarget.cpp
parent2af716afbe5db6efb7c52603b704b531b2b6f9c3 (diff)
downloadbcm5719-llvm-74f4c749cf4deaecfdd71a7215a6333bbeff3f25.tar.gz
bcm5719-llvm-74f4c749cf4deaecfdd71a7215a6333bbeff3f25.zip
Lower stackmap intrinsics directly to their target opcode in the DAG builder.
llvm-svn: 193769
Diffstat (limited to 'llvm/utils/TableGen/CodeGenTarget.cpp')
-rw-r--r--llvm/utils/TableGen/CodeGenTarget.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/CodeGenTarget.cpp b/llvm/utils/TableGen/CodeGenTarget.cpp
index cd0b8c7b9e1..dd170595582 100644
--- a/llvm/utils/TableGen/CodeGenTarget.cpp
+++ b/llvm/utils/TableGen/CodeGenTarget.cpp
@@ -321,6 +321,8 @@ void CodeGenTarget::ComputeInstrsByEnum() const {
"BUNDLE",
"LIFETIME_START",
"LIFETIME_END",
+ "STACKMAP",
+ "PATCHPOINT",
0
};
const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions();
OpenPOWER on IntegriCloud