Add a neat little two's complement hack for x86.
[oota-llvm.git] / test / CodeGen / X86 / sibcall.ll
index 4a98efb4d45e168ec78e152e9ceff2ca968605af..a9a5420cbcd8386792aefb378fb755074f4ee02e 100644 (file)
@@ -312,8 +312,6 @@ entry:
   ret void
 }
 
-declare void @foo()
-
 ; If caller / callee calling convention mismatch then check if the return
 ; values are returned in the same registers.
 ; rdar://7874780