summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/hidden-vis-3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/hidden-vis-3.ll')
-rw-r--r--test/CodeGen/ARM/hidden-vis-3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/hidden-vis-3.ll b/test/CodeGen/ARM/hidden-vis-3.ll
index 1e88ce94ef..3bd710ae94 100644
--- a/test/CodeGen/ARM/hidden-vis-3.ll
+++ b/test/CodeGen/ARM/hidden-vis-3.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin9 | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-darwin9 | FileCheck %s
@x = external hidden global i32 ; <i32*> [#uses=1]
@y = extern_weak hidden global i32 ; <i32*> [#uses=1]