mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-16 00:17:32 +00:00
Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186271 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15bfd6d3ad
commit
181a289256
@ -1,7 +1,7 @@
|
||||
; RUN: opt < %s -globalopt -S | FileCheck %s
|
||||
|
||||
define internal void @f() {
|
||||
; CHECK-NOT-LABEL: @f(
|
||||
; CHECK-NOT: @f(
|
||||
; CHECK: define void @a
|
||||
ret void
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ define i32 @test1(i32 %W) {
|
||||
|
||||
%T = type { i32, i32 }
|
||||
|
||||
; CHECK-NOT-LABEL: @test2f(
|
||||
; CHECK-NOT: @test2f(
|
||||
define internal %T* @test2f(i1 %cond, %T* %P) {
|
||||
br i1 %cond, label %T, label %F
|
||||
|
||||
|
@ -47,7 +47,7 @@ UnifiedReturnBlock: ; preds = %cond_next13
|
||||
ret void
|
||||
}
|
||||
|
||||
; CHECK-NOT-LABEL: @bar(
|
||||
; CHECK-NOT: @bar(
|
||||
define internal fastcc void @bar(i32 %X) {
|
||||
entry:
|
||||
%ALL = alloca i32, align 4 ; <i32*> [#uses=1]
|
||||
@ -101,7 +101,7 @@ declare void @ext(i32*)
|
||||
define void @test(i32 %X) {
|
||||
entry:
|
||||
; CHECK: test
|
||||
; CHECK-NOT-LABEL: @bar(
|
||||
; CHECK-NOT: @bar(
|
||||
tail call fastcc void @bar( i32 %X )
|
||||
tail call fastcc void @bar( i32 %X )
|
||||
tail call fastcc void @bar2( i32 %X )
|
||||
|
@ -15,7 +15,7 @@ declare i32 @getval() nounwind
|
||||
; CHECK-LABEL: @foo(
|
||||
; CHECK: return:
|
||||
; CHECK: %retval.0 = phi i32 [ %tmp7.i, %land.lhs.true ], [ 0, %do.cond ], [ %tmp7.i.1, %land.lhs.true.1 ], [ 0, %do.cond.1 ], [ %tmp7.i.2, %land.lhs.true.2 ], [ 0, %do.cond.2 ], [ %tmp7.i.3, %land.lhs.true.3 ], [ 0, %do.cond.3 ]
|
||||
; CHECK-NOT-LABEL: @bar(
|
||||
; CHECK-NOT: @bar(
|
||||
; CHECK: bar.exit.3
|
||||
define i32 @foo() uwtable ssp align 2 {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user