From: Reid Kleckner Date: Fri, 9 Dec 2016 17:56:04 +0000 (+0000) Subject: Relax IRgen check in decl-in-prototype.c to match signext on PPC64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38dbb815dc02ea8e8be1b317bdaabe5d159b5164;p=clang Relax IRgen check in decl-in-prototype.c to match signext on PPC64 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289234 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/PCH/decl-in-prototype.c b/test/PCH/decl-in-prototype.c index 6ee4b3d5eb..a291bf2df8 100644 --- a/test/PCH/decl-in-prototype.c +++ b/test/PCH/decl-in-prototype.c @@ -8,7 +8,7 @@ // RUN: %clang_cc1 -emit-pch -o %t %s // RUN: %clang_cc1 -include-pch %t -emit-llvm -o - %s | FileCheck %s -// CHECK-LABEL: define i32 @main() +// CHECK-LABEL: define {{.*}}i32 @main() // CHECK: ret i32 1 #ifndef HEADER