r107852 is only safe with -enable-unsafe-fp-math to account for +0.0 == -0.0.
[oota-llvm.git] / test / CodeGen / CBackend / 2002-09-20-VarArgPrototypes.ll
index f3841f44ee0b8dc8a0eca15663e75c78a40982bf..e915cd2fb3f4284907d926123c2586cf7a1a49b2 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
+; RUN: llc < %s -march=c
 
 
-declare void %foo(...)
+declare void @foo(...)