CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
llvm-svn: 188447
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
// Tests for signed integer overflow stuff.
|
||||
// rdar://7432000 rdar://7221421
|
||||
void test1() {
|
||||
// DEFAULT: define void @test1
|
||||
// WRAPV: define void @test1
|
||||
// TRAPV: define void @test1
|
||||
// DEFAULT-LABEL: define void @test1
|
||||
// WRAPV-LABEL: define void @test1
|
||||
// TRAPV-LABEL: define void @test1
|
||||
extern volatile int f11G, a, b;
|
||||
|
||||
// DEFAULT: add nsw i32
|
||||
|
||||
Reference in New Issue
Block a user