diff options
Diffstat (limited to 'test/CodeGen/complex-convert.c')
| -rw-r--r-- | test/CodeGen/complex-convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/complex-convert.c b/test/CodeGen/complex-convert.c index 0db2588405770..c65a98cec2be8 100644 --- a/test/CodeGen/complex-convert.c +++ b/test/CodeGen/complex-convert.c @@ -21,7 +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-LABEL: define void @foo( + // CHECK-LABEL: define {{.*}}void @foo( // Match the prototype to pick up the size of sc and sll. // CHECK: i[[CHSIZE:[0-9]+]]{{[^,]*}}, // CHECK: i[[CHSIZE]]{{[^,]*}}, |
