Merging r259696:
[oota-llvm.git] / test / Transforms / Reassociate / mightymul.ll
index cfbc485ffa03614743f37cb0744a0f8a68149fa8..ae915da8e57681c76804c08b830857d29a4c7797 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: opt < %s -reassociate
+; RUN: opt < %s -reassociate -disable-output
 ; PR13021
 
-define i32 @foo(i32 %x) {
+define i32 @test1(i32 %x) {
   %t0 = mul i32 %x, %x
   %t1 = mul i32 %t0, %t0
   %t2 = mul i32 %t1, %t1