forked from OSchip/llvm-project
[Test] Fix test failure: platform-dependent printout
This commit is contained in:
parent
0980038a5e
commit
204c0bbe7f
|
@ -15,7 +15,6 @@ define i32 @novect(i32* %p) {
|
|||
; CHECK: Invalidating analysis: BlockFrequencyAnalysis on novect
|
||||
; CHECK: Invalidating analysis: DemandedBitsAnalysis on novect
|
||||
; CHECK: Invalidating analysis: MemorySSAAnalysis on novect
|
||||
; CHECK: Invalidating analysis: InnerAnalysisManagerProxy<llvm::AnalysisManager<llvm::Loop, llvm::LoopStandardAnalysisResults&>, llvm::Function> on novect
|
||||
; CHECK: Running pass: JumpThreadingPass on novect
|
||||
|
||||
; CHECK: entry:
|
||||
|
|
Loading…
Reference in New Issue