-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated...
[oota-llvm.git] / test / Integer / 2007-01-19-TruncSext.ll
index a487eb2a886fdb8356dcc0038dfac5a93d6df8e6..d8248713dff01ecb5bfa175c49e6efe0fd84edcc 100644 (file)
@@ -24,7 +24,7 @@ define i32 @main(i32 %argc, i8** %argv) {
   %X = load i17, i17* %P
   %result = sext i17 %X to i32
   %fmt = getelementptr [4 x i8], [4 x i8]* @FORMAT, i32 0, i32 0
-  call i32 (i8*,...)* @printf(i8* %fmt, i32 %result)
+  call i32 (i8*,...) @printf(i8* %fmt, i32 %result)
   ret i32 0
 }