aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/TailDup/PHIUpdateTest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/TailDup/PHIUpdateTest.ll')
-rw-r--r--test/Transforms/TailDup/PHIUpdateTest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/TailDup/PHIUpdateTest.ll b/test/Transforms/TailDup/PHIUpdateTest.ll
index 08112b4b46..433b078025 100644
--- a/test/Transforms/TailDup/PHIUpdateTest.ll
+++ b/test/Transforms/TailDup/PHIUpdateTest.ll
@@ -1,6 +1,6 @@
; This test checks to make sure phi nodes are updated properly
;
-; RUN: as < %s | opt -tailduplicate -disable-output
+; RUN: llvm-as < %s | opt -tailduplicate -disable-output