diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/cmovcmov.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/cmovcmov.ll | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/X86/cmovcmov.ll b/llvm/test/CodeGen/X86/cmovcmov.ll index 22c7b3f88dd..3d0a60f1a31 100644 --- a/llvm/test/CodeGen/X86/cmovcmov.ll +++ b/llvm/test/CodeGen/X86/cmovcmov.ll @@ -233,13 +233,13 @@ attributes #0 = { nounwind } ; was lowered to: ; ; The first two cmovs got expanded to: -; BB#0: -; JL_1 BB#9 -; BB#7: -; JG_1 BB#9 -; BB#8: -; BB#9: -; %12 = phi(%7, BB#8, %11, BB#0, %12, BB#7) +; %bb.0: +; JL_1 %bb.9 +; %bb.7: +; JG_1 %bb.9 +; %bb.8: +; %bb.9: +; %12 = phi(%7, %bb.8, %11, %bb.0, %12, %bb.7) ; %13 = COPY %12 ; Which was invalid as %12 is not the same value as %13 |