diff options
author | Evandro Menezes <e.menezes@samsung.com> | 2019-06-18 23:31:10 +0000 |
---|---|---|
committer | Evandro Menezes <e.menezes@samsung.com> | 2019-06-18 23:31:10 +0000 |
commit | 1933cbe86620227abb48a886f4d7973ccb6454f0 (patch) | |
tree | 0d328a8cc2723e135097e0d682a3df68473e022b /llvm/test/CodeGen/Generic | |
parent | a7335393f50246b59db450dc6005f7c8f29e73a6 (diff) | |
download | bcm5719-llvm-1933cbe86620227abb48a886f4d7973ccb6454f0.tar.gz bcm5719-llvm-1933cbe86620227abb48a886f4d7973ccb6454f0.zip |
[test] Change comment wording (NFC)
llvm-svn: 363751
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r-- | llvm/test/CodeGen/Generic/MachineBranchProb.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/MachineBranchProb.ll b/llvm/test/CodeGen/Generic/MachineBranchProb.ll index b80d8b2e73c..441652110f2 100644 --- a/llvm/test/CodeGen/Generic/MachineBranchProb.ll +++ b/llvm/test/CodeGen/Generic/MachineBranchProb.ll @@ -63,7 +63,7 @@ bb5: tail call void @g(i32 5) br label %return return: ret void ; Check that we set branch weights on the pivot cmp instruction correctly. -; Cases {0,10,20,30} go on the left with weight 13; cases {40,50} go on the +; Cases {0,100,200,300} go on the left with weight 13; cases {400,500} go on the ; right with weight 20. ; ; CHECK-LABEL: Machine code for function left_leaning_weight_balanced_tree: |