aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/PRE/basictest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/PRE/basictest.ll')
-rw-r--r--test/Transforms/PRE/basictest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/PRE/basictest.ll b/test/Transforms/PRE/basictest.ll
index 2a999b5..abf5fe6 100644
--- a/test/Transforms/PRE/basictest.ll
+++ b/test/Transforms/PRE/basictest.ll
@@ -1,7 +1,7 @@
; Basic testcases - these are only tested by inspection, but illustrate the
; basic cases PRE can handle.
;
-; RUN: as < %s | opt -pre -disable-output
+; RUN: llvm-as < %s | opt -pre -disable-output
declare void %use(int)
declare int %get()