X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FCodeGen%2FMIR%2FX86%2Fsuccessor-basic-blocks-weights.mir;h=fc5e5d640f7f5eed320431331ef76096f89aa580;hp=64af6121189a389ce91bb917a0e8d3e06cf234b7;hb=8e83fe2e97c232086674f9f04b00043bccb89629;hpb=5d2885f554db8eb89a3e2b376c4d6507d456eed2 diff --git a/test/CodeGen/MIR/X86/successor-basic-blocks-weights.mir b/test/CodeGen/MIR/X86/successor-basic-blocks-weights.mir index 64af6121189..fc5e5d640f7 100644 --- a/test/CodeGen/MIR/X86/successor-basic-blocks-weights.mir +++ b/test/CodeGen/MIR/X86/successor-basic-blocks-weights.mir @@ -1,6 +1,6 @@ # RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s # This test ensures that the MIR parser parses basic block successors and -# probabilities correctly. +# weights correctly. --- | @@ -21,10 +21,10 @@ name: foo body: | ; CHECK-LABEL: bb.0.entry: - ; CHECK: successors: %bb.1.less({{[0-9a-fx/= ]+}}33.00%), %bb.2.exit({{[0-9a-fx/= ]+}}67.00%) + ; CHECK: successors: %bb.1.less(16), %bb.2.exit(32) ; CHECK-LABEL: bb.1.less: bb.0.entry: - successors: %bb.1.less (33), %bb.2.exit(67) + successors: %bb.1.less (16), %bb.2.exit(32) liveins: %edi CMP32ri8 %edi, 10, implicit-def %eflags