summaryrefslogtreecommitdiff
path: root/release_23/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll
diff options
context:
space:
mode:
Diffstat (limited to 'release_23/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll')
-rw-r--r--release_23/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/release_23/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll b/release_23/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll
deleted file mode 100644
index 9779f21f925c..000000000000
--- a/release_23/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep load
-
-define void @test(i32* %P) {
- ; Dead but not deletable!
- %X = volatile load i32* %P ; <i32> [#uses=0]
- ret void
-}