summaryrefslogtreecommitdiffstats
path: root/test/PCH
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2016-12-09 17:56:04 +0000
committerReid Kleckner <rnk@google.com>2016-12-09 17:56:04 +0000
commit38dbb815dc02ea8e8be1b317bdaabe5d159b5164 (patch)
tree3b68f7e082130eac8eb90f81ebfccaa2c9719102 /test/PCH
parent553c89e72476a0370e696290f8b13fcc78065427 (diff)
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
Diffstat (limited to 'test/PCH')
-rw-r--r--test/PCH/decl-in-prototype.c2
1 files changed, 1 insertions, 1 deletions
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