summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/div.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-05-05 21:07:46 +0000
committerJim Grosbach <grosbach@apple.com>2010-05-05 21:07:46 +0000
commitbc1c98d538a85967172836563b1875b3e7a2a2d5 (patch)
tree4c94c36eaa8453d46aa4c0f2a68345b80c924766 /test/CodeGen/ARM/div.ll
parent9f2cda73e470673ab63509adc9d096b0a1d13c54 (diff)
fix copy/paste oops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103122 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/div.ll')
-rw-r--r--test/CodeGen/ARM/div.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/div.ll b/test/CodeGen/ARM/div.ll
index 95f8c5f086c..d833afa5558 100644
--- a/test/CodeGen/ARM/div.ll
+++ b/test/CodeGen/ARM/div.ll
@@ -16,7 +16,7 @@ define i32 @f2(i32 %a, i32 %b) {
entry:
; CHECK-ARM: f2
; CHECK-ARM: __udivsi3
-; CHECK-ARMV7M: _f2
+; CHECK-ARMV7M: f2
; CHECK-ARMV7M: udiv
%tmp1 = udiv i32 %a, %b ; <i32> [#uses=1]
ret i32 %tmp1
@@ -26,7 +26,7 @@ define i32 @f3(i32 %a, i32 %b) {
entry:
; CHECK-ARM: f3
; CHECK-ARM: __modsi3
-; CHECK-ARMV7M: _f3
+; CHECK-ARMV7M: f3
; CHECK-ARMV7M: sdiv
%tmp1 = srem i32 %a, %b ; <i32> [#uses=1]
ret i32 %tmp1
@@ -36,7 +36,7 @@ define i32 @f4(i32 %a, i32 %b) {
entry:
; CHECK-ARM: f4
; CHECK-ARM: __umodsi3
-; CHECK-ARMV7M: _f4
+; CHECK-ARMV7M: f4
; CHECK-ARMV7M: udiv
%tmp1 = urem i32 %a, %b ; <i32> [#uses=1]
ret i32 %tmp1