diff options
Diffstat (limited to 'test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll')
-rw-r--r-- | test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll b/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll index 890d61e..355087a 100644 --- a/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll +++ b/test/Transforms/InstCombine/2003-09-09-VolatileLoadElim.ll @@ -1,4 +1,4 @@ -; RUN: as < %s | opt -instcombine | dis | grep load +; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep load void %test(int* %P) { %X = volatile load int* %P ; Dead but not deletable! ret void |