diff options
Diffstat (limited to 'llvm/test/Transforms/Reassociate/secondary.ll')
-rw-r--r-- | llvm/test/Transforms/Reassociate/secondary.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Reassociate/secondary.ll b/llvm/test/Transforms/Reassociate/secondary.ll index a52000ada53..388cd6bcb6f 100644 --- a/llvm/test/Transforms/Reassociate/secondary.ll +++ b/llvm/test/Transforms/Reassociate/secondary.ll @@ -6,7 +6,7 @@ ; CHECK: define ; CHECK-NOT: undef -; CHECK: %factor = mul i32 %tmp3, -2 +; CHECK: %factor = mul i32 %tmp3.neg, 2 ; CHECK-NOT: undef ; CHECK: } |