From: Rafael Espindola Date: Thu, 4 Jul 2013 15:25:05 +0000 (+0000) Subject: Relax pattern to accept a signext on ppc64. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1ac8a54fa4f0866b5b30304455dfdb093a287e5;p=clang Relax pattern to accept a signext on ppc64. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@185649 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2004-11-27-StaticFunctionRedeclare.c b/test/CodeGen/2004-11-27-StaticFunctionRedeclare.c index 5bfe2a455c..05f82be87c 100644 --- a/test/CodeGen/2004-11-27-StaticFunctionRedeclare.c +++ b/test/CodeGen/2004-11-27-StaticFunctionRedeclare.c @@ -8,7 +8,7 @@ // CHECK: define void @bar( // CHECK: call {{.*}} @func -// CHECK: define internal i32 @func( +// CHECK: define internal {{.*}} i32 @func( static int func(); void bar() { int func();