diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-09-10 18:51:56 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-09-10 18:51:56 +0000 |
commit | e26fffc597002c5fcc8e352a5886253da5c9fe7e (patch) | |
tree | 025131db25b38e0ef19daffa2be5513b5982e5b3 /llvm/test/Bitcode | |
parent | 099600312607567b3f24efbfb9de3b825fd5704e (diff) | |
download | bcm5719-llvm-e26fffc597002c5fcc8e352a5886253da5c9fe7e.tar.gz bcm5719-llvm-e26fffc597002c5fcc8e352a5886253da5c9fe7e.zip |
Auto-upgrade the magic ".llvm.eh.catch.all.value" global to
"llvm.eh.catch.all.value". Only the name needs to be changed.
llvm-svn: 113600
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r-- | llvm/test/Bitcode/AutoUpgradeGlobals.ll | 3 | ||||
-rw-r--r-- | llvm/test/Bitcode/AutoUpgradeGlobals.ll.bc | bin | 0 -> 312 bytes |
2 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/AutoUpgradeGlobals.ll b/llvm/test/Bitcode/AutoUpgradeGlobals.ll new file mode 100644 index 00000000000..8a8767337dc --- /dev/null +++ b/llvm/test/Bitcode/AutoUpgradeGlobals.ll @@ -0,0 +1,3 @@ +; This isn't really an assembly file. It just runs test on bitcode to ensure +; it is auto-upgraded. +; RUN: llvm-dis < %s.bc | not grep {i32 @\\.llvm\\.eh} diff --git a/llvm/test/Bitcode/AutoUpgradeGlobals.ll.bc b/llvm/test/Bitcode/AutoUpgradeGlobals.ll.bc Binary files differnew file mode 100644 index 00000000000..1abe9688e29 --- /dev/null +++ b/llvm/test/Bitcode/AutoUpgradeGlobals.ll.bc |