summaryrefslogtreecommitdiff
path: root/test/CodeGen/Generic
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-08-31 21:20:25 +0000
committerBill Wendling <isanbard@gmail.com>2011-08-31 21:20:25 +0000
commitfd245d97f1ab96cde48dfa0e9c54c47dc195cff3 (patch)
treec6b0d5c8cd82a103ef50220026c6eaa9e2c2f61a /test/CodeGen/Generic
parentc075510e43f768e79f0d66374f4d60529c4d3d85 (diff)
downloadllvm-fd245d97f1ab96cde48dfa0e9c54c47dc195cff3.tar.gz
llvm-fd245d97f1ab96cde48dfa0e9c54c47dc195cff3.tar.bz2
llvm-fd245d97f1ab96cde48dfa0e9c54c47dc195cff3.tar.xz
Revert r138894. This was failing on cmake-clang-i686-msvc10.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138900 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r--test/CodeGen/Generic/2004-02-08-UnwindSupport.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll b/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll
index a072ab70df..393062abf7 100644
--- a/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll
+++ b/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll
@@ -12,9 +12,6 @@ cont: ; preds = %0
ret i32 1
EH: ; preds = %0
- %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
- cleanup
ret i32 0
}
-declare i32 @__gxx_personality_v0(...)