diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll b/llvm/test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll index 01f0830d568..1c138007021 100644 --- a/llvm/test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll +++ b/llvm/test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll @@ -6,7 +6,7 @@ target triple = "armv4t--linux-gnueabihf" %big_struct0 = type { [517 x i32] } %big_struct1 = type { [516 x i32] } -;CHECK: f: +;CHECK-LABEL: f: define void @f(%big_struct0* %p0, %big_struct1* %p1) { ;CHECK: sub sp, sp, #8 |