commit | 74f4c749cf4deaecfdd71a7215a6333bbeff3f25 | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Thu Oct 31 17:18:24 2013 +0000 |
committer | Andrew Trick <atrick@apple.com> | Thu Oct 31 17:18:24 2013 +0000 |
tree | e2119f17d6c1c7df4a75fe6a3f7e09bddb30a1fc | |
parent | 2af716afbe5db6efb7c52603b704b531b2b6f9c3 [diff] [blame] |
Lower stackmap intrinsics directly to their target opcode in the DAG builder. llvm-svn: 193769
diff --git a/llvm/utils/TableGen/CodeGenTarget.cpp b/llvm/utils/TableGen/CodeGenTarget.cpp index cd0b8c7..dd17059 100644 --- a/llvm/utils/TableGen/CodeGenTarget.cpp +++ b/llvm/utils/TableGen/CodeGenTarget.cpp
@@ -321,6 +321,8 @@ "BUNDLE", "LIFETIME_START", "LIFETIME_END", + "STACKMAP", + "PATCHPOINT", 0 }; const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions();