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 6f318fadc6e6db71cbfd76eb4c682c500a556c56..e915cd2fb3f4284907d926123c2586cf7a1a49b2 100644 (file)
@@ -1,4 +1,6 @@
+; RUN: llc < %s -march=c
 
-declare void %foo(...)
+
+declare void @foo(...)