r174183 - Fix a string not seen without asserts

Bill Schmidt wschmidt at linux.vnet.ibm.com
Fri Feb 1 07:41:02 PST 2013


Author: wschmidt
Date: Fri Feb  1 09:41:02 2013
New Revision: 174183

URL: http://llvm.org/viewvc/llvm-project?rev=174183&view=rev
Log:
Fix a string not seen without asserts

Modified:
    cfe/trunk/test/CodeGen/complex-convert.c

Modified: cfe/trunk/test/CodeGen/complex-convert.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/complex-convert.c?rev=174183&r1=174182&r2=174183&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/complex-convert.c (original)
+++ cfe/trunk/test/CodeGen/complex-convert.c Fri Feb  1 09:41:02 2013
@@ -21,8 +21,7 @@ void foo(signed char sc, unsigned char u
   _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]+]]
 





More information about the cfe-commits mailing list