summaryrefslogtreecommitdiff
path: root/test/Transforms/IndMemRem/2009-01-24-Noalias.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/IndMemRem/2009-01-24-Noalias.ll')
-rw-r--r--test/Transforms/IndMemRem/2009-01-24-Noalias.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/Transforms/IndMemRem/2009-01-24-Noalias.ll b/test/Transforms/IndMemRem/2009-01-24-Noalias.ll
deleted file mode 100644
index b6d98031b7328..0000000000000
--- a/test/Transforms/IndMemRem/2009-01-24-Noalias.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: opt < %s -indmemrem -S | grep bounce | grep noalias
-
-declare i8* @malloc(i32)
-
-@g = external global i8*
-
-define void @test() {
- %A = bitcast i8* (i32) * @malloc to i8*
- store i8* %A, i8** @g
- ret void
-}