diff options
Diffstat (limited to 'test/Transforms/InstCombine/rem.ll')
-rw-r--r-- | test/Transforms/InstCombine/rem.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/rem.ll b/test/Transforms/InstCombine/rem.ll index ccb358de4d..00705aa475 100644 --- a/test/Transforms/InstCombine/rem.ll +++ b/test/Transforms/InstCombine/rem.ll @@ -20,7 +20,7 @@ uint %test3(uint %A) { ret uint %B } -bool %test3(int %A) { +bool %test3a(int %A) { %B = rem int %A, -8 ; & 7 %C = setne int %B, 0 ret bool %C |