From b02158d4748d085ac8a6bbdb46fbf3f85726f3d1 Mon Sep 17 00:00:00 2001 From: Bill Schmidt Date: Fri, 1 Feb 2013 15:52:51 +0000 Subject: [PATCH] Add check for @foo llvm-svn: 174185 --- clang/test/CodeGen/complex-convert.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/test/CodeGen/complex-convert.c b/clang/test/CodeGen/complex-convert.c index 0157bb0..aaa57a0 100644 --- a/clang/test/CodeGen/complex-convert.c +++ b/clang/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]+]] -- 2.7.4