summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2012-04-02-TwoAddrInstrCrash.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/2012-04-02-TwoAddrInstrCrash.ll
parentad96c64355cc5e1da723470d450681a151d1bcd7 (diff)
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/2012-04-02-TwoAddrInstrCrash.ll')
-rw-r--r--test/CodeGen/ARM/2012-04-02-TwoAddrInstrCrash.ll11
1 files changed, 4 insertions, 7 deletions
diff --git a/test/CodeGen/ARM/2012-04-02-TwoAddrInstrCrash.ll b/test/CodeGen/ARM/2012-04-02-TwoAddrInstrCrash.ll
index 33ad187926b..0843fdc4e75 100644
--- a/test/CodeGen/ARM/2012-04-02-TwoAddrInstrCrash.ll
+++ b/test/CodeGen/ARM/2012-04-02-TwoAddrInstrCrash.ll
@@ -9,16 +9,13 @@ define arm_aapcs_vfpcc void @foo() nounwind align 2 {
; <label>:1 ; preds = %0
%2 = shufflevector <1 x i64> zeroinitializer, <1 x i64> undef, <2 x i32> <i32 0, i32 1>
%3 = bitcast <2 x i64> %2 to <4 x float>
- store <4 x float> zeroinitializer, <4 x float>* undef, align 16, !tbaa !0
- store <4 x float> zeroinitializer, <4 x float>* undef, align 16, !tbaa !0
- store <4 x float> %3, <4 x float>* undef, align 16, !tbaa !0
+ store <4 x float> zeroinitializer, <4 x float>* undef, align 16
+ store <4 x float> zeroinitializer, <4 x float>* undef, align 16
+ store <4 x float> %3, <4 x float>* undef, align 16
%4 = insertelement <4 x float> %3, float 8.000000e+00, i32 2
- store <4 x float> %4, <4 x float>* undef, align 16, !tbaa !0
+ store <4 x float> %4, <4 x float>* undef, align 16
unreachable
; <label>:5 ; preds = %0
ret void
}
-
-!0 = metadata !{metadata !"omnipotent char", metadata !1}
-!1 = metadata !{metadata !"Simple C/C++ TBAA", null}