diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:04:03 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:04:03 +0000 |
| commit | f8af5cf600354830d4ccf59732403f0f073eccb9 (patch) | |
| tree | 2ba0398b4c42ad4f55561327538044fd2c925a8b /test/CodeGen/ARM/umulo-32.ll | |
| parent | 59d6cff90eecf31cb3dd860c4e786674cfdd42eb (diff) | |
Notes
Diffstat (limited to 'test/CodeGen/ARM/umulo-32.ll')
| -rw-r--r-- | test/CodeGen/ARM/umulo-32.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/ARM/umulo-32.ll b/test/CodeGen/ARM/umulo-32.ll index fa5c0168fefe..19875ce94071 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 |
