forked from OSchip/llvm-project
Fix this test case on no-asserts builds by not trying to match the basic
block line. llvm-svn: 120893
This commit is contained in:
parent
ed854baad5
commit
a6f59318c7
|
@ -305,7 +305,9 @@ void test() {
|
|||
extern volatile enum X x;
|
||||
// CHECK: define void @test1()
|
||||
void test1() {
|
||||
// CHECK-NEXT: :
|
||||
extern void test1_helper(void);
|
||||
test1_helper();
|
||||
// CHECK: call void @test1_helper()
|
||||
// CHECK-NEXT: ret void
|
||||
x;
|
||||
(void) x;
|
||||
|
|
Loading…
Reference in New Issue