aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/complex-convert.c
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2013-02-01 15:41:02 +0000
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>2013-02-01 15:41:02 +0000
commit81c9b2a3ad31e19551c49945ed91556bfeae79c9 (patch)
treeebe9a5c83f3d403c64bfc9748684d33eee847d96 /test/CodeGen/complex-convert.c
parent0162b832fd6450cd3a23019a3c900382d0e9415c (diff)
Fix a string not seen without asserts
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174183 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/complex-convert.c')
-rw-r--r--test/CodeGen/complex-convert.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/complex-convert.c b/test/CodeGen/complex-convert.c
index 48733061e2..0157bb01e4 100644
--- a/test/CodeGen/complex-convert.c
+++ b/test/CodeGen/complex-convert.c
@@ -21,8 +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: entry:
- // CHECK-NEXT: alloca i[[CHSIZE:[0-9]+]], align [[CHALIGN:[0-9]+]]
+ // 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]+]]