summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll')
-rw-r--r--test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll b/test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll
index 12c87901f5..dd505af483 100644
--- a/test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll
+++ b/test/CodeGen/CBackend/2005-02-14-VolatileOperations.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=c | grep volatile
+; RUN: llc < %s -march=c | grep volatile
define void @test(i32* %P) {
%X = volatile load i32* %P ; <i32> [#uses=1]