aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll')
-rw-r--r--test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll b/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
index f3841f4..69f4575 100644
--- a/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
+++ b/test/CodeGen/CBackend/2002-09-20-VarArgPrototypes.ll
@@ -1,6 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
+; RUN: llvm-as < %s | llc -march=c
-declare void %foo(...)
+declare void @foo(...)