diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/sink-blockfreq.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/sink-blockfreq.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sink-blockfreq.ll b/llvm/test/CodeGen/X86/sink-blockfreq.ll index d0b8972cee5..cad9cf81905 100644 --- a/llvm/test/CodeGen/X86/sink-blockfreq.ll +++ b/llvm/test/CodeGen/X86/sink-blockfreq.ll @@ -9,7 +9,7 @@ define i32 @sink_freqinfo(i32 %a, i32 %b) nounwind uwtable ssp { ; MSINK_BFI-LABEL: sink_freqinfo ; MSINK_BFI: jl -; MSINK_BFI-NEXT: ## BB# +; MSINK_BFI-NEXT: ## %bb. ; MSINK_BFI-NEXT: imull ; MSINK_NOBFI-LABEL: sink_freqinfo |