From be9dd85f44f2228a122b3102252c4334dab2ff0f Mon Sep 17 00:00:00 2001 From: Stephen Lin Date: Thu, 18 Jul 2013 18:35:22 +0000 Subject: Update to CodeGen tests to use CHECK-LABEL for labels corresponding to function definitions for more informative error messages. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186594 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll') diff --git a/test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll b/test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll index 01f0830d56..1c13800702 100644 --- a/test/CodeGen/ARM/2013-06-03-ByVal-2Kbytes.ll +++ b/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 -- cgit v1.2.3