summaryrefslogtreecommitdiff
path: root/test/Transforms/Reassociate/mightymul.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/Reassociate/mightymul.ll')
-rw-r--r--test/Transforms/Reassociate/mightymul.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/Reassociate/mightymul.ll b/test/Transforms/Reassociate/mightymul.ll
index cfbc485ffa..ae915da8e5 100644
--- a/test/Transforms/Reassociate/mightymul.ll
+++ b/test/Transforms/Reassociate/mightymul.ll
@@ -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