mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 18:11:19 +00:00
Relax IRgen check in decl-in-prototype.c to match signext on PPC64
llvm-svn: 289234
This commit is contained in:
parent
8f61811789
commit
6ea7a7a310
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user