aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/rem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/rem.ll')
-rw-r--r--test/Transforms/InstCombine/rem.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/rem.ll b/test/Transforms/InstCombine/rem.ll
index ccb358d..00705aa 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