forked from OSchip/llvm-project
Revert "[test] Add a triple to an x86 test"
This fails on some of the bots. Reverting to investigate.
This reverts commit d5268ebe19
.
This commit is contained in:
parent
d5268ebe19
commit
203748e76d
|
@ -1,7 +1,7 @@
|
||||||
; REQUIRES: x86-registered-target
|
; REQUIRES: x86-registered-target
|
||||||
; RUN: opt < %s -passes=pseudo-probe -function-sections -S -o %t
|
; RUN: opt < %s -passes=pseudo-probe -function-sections -S -o %t
|
||||||
; RUN: FileCheck %s < %t --check-prefix=CHECK-IL
|
; RUN: FileCheck %s < %t --check-prefix=CHECK-IL
|
||||||
; RUN: llc -mtriple=x86_64-- %t -stop-after=instruction-select -o - | FileCheck %s --check-prefix=CHECK-MIR
|
; RUN: llc %t -pseudo-probe-for-profiling -stop-after=pseudo-probe-inserter -o - | FileCheck %s --check-prefix=CHECK-MIR
|
||||||
;
|
;
|
||||||
;; Check the generation of pseudoprobe intrinsic call.
|
;; Check the generation of pseudoprobe intrinsic call.
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ bb3:
|
||||||
ret void, !dbg !12
|
ret void, !dbg !12
|
||||||
}
|
}
|
||||||
|
|
||||||
declare void @bar(i32 %x)
|
declare void @bar(i32 %x)
|
||||||
|
|
||||||
define internal void @foo2(void (i32)* %f) !dbg !4 {
|
define internal void @foo2(void (i32)* %f) !dbg !4 {
|
||||||
entry:
|
entry:
|
||||||
|
|
Loading…
Reference in New Issue