X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fswitch-bt.ll;h=113782169b08348ded8d038945aed4a2c708f40a;hb=1e3da044d8926d800ab44bfd8c265c29e2d21752;hp=2cf3aafe5471ebdb4fdbbc2d50843bb5ba2179e6;hpb=cc987d98bb648c62f279da1ca99b9398ec6cebc7;p=oota-llvm.git diff --git a/test/CodeGen/X86/switch-bt.ll b/test/CodeGen/X86/switch-bt.ll index 2cf3aafe547..113782169b0 100644 --- a/test/CodeGen/X86/switch-bt.ll +++ b/test/CodeGen/X86/switch-bt.ll @@ -140,17 +140,19 @@ sw.epilog: ; The balanced binary switch here would start with a comparison against 39, but ; it is currently starting with 29 because of the density-sum heuristic. -; CHECK: cmpl $39 +; CHECK: cmpl $29 ; CHECK: jg ; CHECK: cmpl $10 -; CHECK: je +; CHECK: jne +; CHECK: cmpl $49 +; CHECK: jg +; CHECK: cmpl $30 +; CHECK: jne ; CHECK: cmpl $20 ; CHECK: jne -; CHECK: cmpl $40 -; CHECK: je ; CHECK: cmpl $50 ; CHECK: jne -; CHECK: cmpl $30 +; CHECK: cmpl $40 ; CHECK: jne ; CHECK: cmpl $60 ; CHECK: jne