aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2013-02-01 15:52:51 +0000
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>2013-02-01 15:52:51 +0000
commit4ba2508f05a0820e1c570d764321ce22abeadd72 (patch)
tree889049a812b693d148b7f7db06be10034af9f86b
parent81c9b2a3ad31e19551c49945ed91556bfeae79c9 (diff)
Add check for @foo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174185 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/complex-convert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/complex-convert.c b/test/CodeGen/complex-convert.c
index 0157bb01e4..aaa57a023a 100644
--- a/test/CodeGen/complex-convert.c
+++ b/test/CodeGen/complex-convert.c
@@ -21,6 +21,7 @@ void foo(signed char sc, unsigned char uc, signed long long sll,
_Complex unsigned char cuc1;
_Complex signed long long csll1;
_Complex unsigned long long cull1;
+ // CHECK: define void @foo(
// CHECK: alloca i[[CHSIZE:[0-9]+]], align [[CHALIGN:[0-9]+]]
// CHECK-NEXT: alloca i[[CHSIZE]], align [[CHALIGN]]
// CHECK-NEXT: alloca i[[LLSIZE:[0-9]+]], align [[LLALIGN:[0-9]+]]