aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/ehabi-filters.ll
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2013-04-29 22:58:55 +0000
committerManman Ren <mren@apple.com>2013-04-29 22:58:55 +0000
commitff6222ef2f474aea9fcca38a69be6245a4af2aa3 (patch)
tree8f5a5ebc561f5b715df4fbc63eec62ba9988ae46 /test/CodeGen/ARM/ehabi-filters.ll
parentad96c64355cc5e1da723470d450681a151d1bcd7 (diff)
downloadexternal_llvm-ff6222ef2f474aea9fcca38a69be6245a4af2aa3.zip
external_llvm-ff6222ef2f474aea9fcca38a69be6245a4af2aa3.tar.gz
external_llvm-ff6222ef2f474aea9fcca38a69be6245a4af2aa3.tar.bz2
TBAA: remove !tbaa from testing cases if not used.
This will make it easier to turn on struct-path aware TBAA since the metadata format will change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/ehabi-filters.ll')
-rw-r--r--test/CodeGen/ARM/ehabi-filters.ll6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/CodeGen/ARM/ehabi-filters.ll b/test/CodeGen/ARM/ehabi-filters.ll
index c42839d..4c92a29 100644
--- a/test/CodeGen/ARM/ehabi-filters.ll
+++ b/test/CodeGen/ARM/ehabi-filters.ll
@@ -19,7 +19,7 @@ define i32 @main() {
entry:
%exception.i = tail call i8* @__cxa_allocate_exception(i32 4) nounwind
%0 = bitcast i8* %exception.i to i32*
- store i32 42, i32* %0, align 4, !tbaa !0
+ store i32 42, i32* %0, align 4
invoke void @__cxa_throw(i8* %exception.i, i8* bitcast (i8** @_ZTIi to i8*), i8* null) noreturn
to label %unreachable.i unwind label %lpad.i
@@ -71,7 +71,3 @@ declare i32 @llvm.eh.typeid.for(i8*) nounwind readnone
declare i8* @__cxa_begin_catch(i8*)
declare void @__cxa_end_catch()
-
-!0 = metadata !{metadata !"int", metadata !1}
-!1 = metadata !{metadata !"omnipotent char", metadata !2}
-!2 = metadata !{metadata !"Simple C/C++ TBAA"}