summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/umulo-32.ll
diff options
context:
space:
mode:
authorStephen Lin <stephenwlin@gmail.com>2013-07-18 22:29:15 +0000
committerStephen Lin <stephenwlin@gmail.com>2013-07-18 22:29:15 +0000
commit771e0ab32a81eb501edcd4027e07c5c14d591a09 (patch)
tree9bc36cdd48036f7603a97757a0095a70696bd1da /test/CodeGen/ARM/umulo-32.ll
parentbbcea55b68fad8116c29b3e831c5df398d558569 (diff)
downloadllvm-771e0ab32a81eb501edcd4027e07c5c14d591a09.tar.gz
llvm-771e0ab32a81eb501edcd4027e07c5c14d591a09.tar.bz2
llvm-771e0ab32a81eb501edcd4027e07c5c14d591a09.tar.xz
Disambiguate function names in some CodeGen tests. (Some tests were using function names that also were names of instructions and/or doing other unusual things that were making the test not amenable to otherwise scriptable pattern matching.) No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/umulo-32.ll')
-rw-r--r--test/CodeGen/ARM/umulo-32.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/ARM/umulo-32.ll b/test/CodeGen/ARM/umulo-32.ll
index fa5c0168fe..19875ce940 100644
--- a/test/CodeGen/ARM/umulo-32.ll
+++ b/test/CodeGen/ARM/umulo-32.ll
@@ -2,8 +2,8 @@
%umul.ty = type { i32, i1 }
-define i32 @func(i32 %a) nounwind {
-; CHECK: func
+define i32 @test1(i32 %a) nounwind {
+; CHECK: test1:
; CHECK: muldi3
%tmp0 = tail call %umul.ty @llvm.umul.with.overflow.i32(i32 %a, i32 37)
%tmp1 = extractvalue %umul.ty %tmp0, 0
@@ -13,8 +13,8 @@ define i32 @func(i32 %a) nounwind {
declare %umul.ty @llvm.umul.with.overflow.i32(i32, i32) nounwind readnone
-define i32 @f(i32 %argc, i8** %argv) ssp {
-; CHECK: func
+define i32 @test2(i32 %argc, i8** %argv) ssp {
+; CHECK: test2:
; CHECK: str r0
; CHECK: movs r2
; CHECK: mov r1