on darwin empty functions need to codegen into something of non-zero length,
[oota-llvm.git] / test / CodeGen / X86 / mul-legalize.ll
index eca9e6f436c29bbf0f391e4145e84600127ae0c2..069737d4d10da585a9862905d86901a3c3b815e8 100644 (file)
@@ -19,6 +19,6 @@ return:
        ret void
 }
 
-declare i1 @report__equal(i32 %x, i32 %y) nounwind;
+declare i1 @report__equal(i32 %x, i32 %y) nounwind
 
 declare void @abort()