forked from OSchip/llvm-project
[PM] Relax the spelling of a pass name slightly in this test.
I forgot that MSVC doesn't preserve this typedef, my bad. llvm-svn: 310334
This commit is contained in:
parent
7c888dca46
commit
e32ebcaa87
|
@ -8,7 +8,7 @@
|
|||
; CHECK: Starting llvm::Function pass manager run.
|
||||
; CHECK: Running pass: FunctionToLoopPassAdaptor
|
||||
; CHECK: Running analysis: LoopAnalysis
|
||||
; CHECK: Running analysis: InnerAnalysisManagerProxy<{{.*}}LoopAnalysisManager
|
||||
; CHECK: Running analysis: InnerAnalysisManagerProxy<
|
||||
; CHECK: Starting Loop pass manager run.
|
||||
; CHECK: Running pass: RequireAnalysisPass<{{.*}}LoopAccessAnalysis
|
||||
; CHECK: Running analysis: LoopAccessAnalysis on inner1.header
|
||||
|
|
Loading…
Reference in New Issue