[MBP] Don't outline short optional branches
[oota-llvm.git] / test / CodeGen / Mips / or1.ll
index 719356cedeb2fca9c183829118c4a579c39da3c9..66dd0708ffcf95cac328bc375b2b42ca5de3f8fc 100644 (file)
@@ -10,7 +10,7 @@ entry:
   %1 = load i32, i32* @y, align 4
   %or = or i32 %0, %1
 ; 16:  or      ${{[0-9]+}}, ${{[0-9]+}}
-  %call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([7 x i8]* @.str, i32 0, i32 0), i32 %or)
+  %call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([7 x i8], [7 x i8]* @.str, i32 0, i32 0), i32 %or)
   ret i32 0
 }