diff options
author | Manman Ren <manman.ren@gmail.com> | 2013-09-30 18:17:35 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2013-09-30 18:17:35 +0000 |
commit | aef1b378242dee5f17e440344258460e1dedbb4b (patch) | |
tree | ebdbe838400bd944498bca4a393e9cc5b4b97ec3 /test/CodeGen/PowerPC/isel-rc-nox0.ll | |
parent | bdf8015cffb1860776e5a5f28014b023a32ab1bc (diff) | |
download | external_llvm-aef1b378242dee5f17e440344258460e1dedbb4b.zip external_llvm-aef1b378242dee5f17e440344258460e1dedbb4b.tar.gz external_llvm-aef1b378242dee5f17e440344258460e1dedbb4b.tar.bz2 |
TBAA: remove !tbaa from testing cases when they are not needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/isel-rc-nox0.ll')
-rw-r--r-- | test/CodeGen/PowerPC/isel-rc-nox0.ll | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/CodeGen/PowerPC/isel-rc-nox0.ll b/test/CodeGen/PowerPC/isel-rc-nox0.ll index a98eef3..ac99aa4 100644 --- a/test/CodeGen/PowerPC/isel-rc-nox0.ll +++ b/test/CodeGen/PowerPC/isel-rc-nox0.ll @@ -22,7 +22,7 @@ crc32_gentab.exit: ; preds = %for.cond1.preheader for.cond1.preheader.i2961.i: ; preds = %for.inc44.i2977.i, %crc32_gentab.exit call void @llvm.memset.p0i8.i64(i8* bitcast ([1 x [9 x i32]]* @g_62 to i8*), i8 -1, i64 36, i32 4, i1 false) #1 - %0 = load i32* %retval.0.i.i.i, align 4, !tbaa !0 + %0 = load i32* %retval.0.i.i.i, align 4 %tobool.i2967.i = icmp eq i32 %0, 0 br label %for.body21.i2968.i @@ -44,7 +44,3 @@ declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) #1 attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "ssp-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } attributes #1 = { nounwind } - -!0 = metadata !{metadata !"int", metadata !1} -!1 = metadata !{metadata !"omnipotent char", metadata !2} -!2 = metadata !{metadata !"Simple C/C++ TBAA"} |