summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll')
-rw-r--r--llvm/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll b/llvm/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll
index 2d62231b74e..cf59634e82c 100644
--- a/llvm/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll
+++ b/llvm/test/CodeGen/CBackend/2004-02-26-LinkOnceFunctions.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=c | grep func1 | grep WEAK
+; RUN: llc < %s -march=c | grep func1 | grep WEAK
define linkonce i32 @func1() {
ret i32 5
OpenPOWER on IntegriCloud