From: Bill Schmidt Date: Fri, 1 Feb 2013 15:41:02 +0000 (+0000) Subject: Fix a string not seen without asserts X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e439e4223a67797779c93878c73de63722768f7;p=platform%2Fupstream%2Fllvm.git Fix a string not seen without asserts llvm-svn: 174183 --- diff --git a/clang/test/CodeGen/complex-convert.c b/clang/test/CodeGen/complex-convert.c index 4873306..0157bb0 100644 --- a/clang/test/CodeGen/complex-convert.c +++ b/clang/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]+]]