diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-10-23 05:11:09 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-10-23 05:11:09 +0000 |
commit | 937e87ad2a69946a286b1da572c0e699c8b94182 (patch) | |
tree | 20b00c0992c49b97a3832a8ea792873acd5ae7cb /test | |
parent | c17229d59139a8441f2798386900b8ad66493922 (diff) | |
download | external_llvm-937e87ad2a69946a286b1da572c0e699c8b94182.zip external_llvm-937e87ad2a69946a286b1da572c0e699c8b94182.tar.gz external_llvm-937e87ad2a69946a286b1da572c0e699c8b94182.tar.bz2 |
Fix test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/store_op_load_fold2.ll | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/test/CodeGen/X86/store_op_load_fold2.ll b/test/CodeGen/X86/store_op_load_fold2.ll index 1fbe35f..c20e572 100644 --- a/test/CodeGen/X86/store_op_load_fold2.ll +++ b/test/CodeGen/X86/store_op_load_fold2.ll @@ -9,21 +9,18 @@ implementation ; Functions: internal fastcc int %dct_chroma(int %uv, int %cr_cbp) { entry: - br bool false, label %bb2611, label %cond_true129 + br bool true, label %cond_true2732.preheader, label %cond_true129 cond_true129: ; preds = %entry ret int 0 -bb2611: ; preds = %entry - br bool false, label %cond_true2732.preheader, label %cond_next2752 - cond_true2732.preheader: ; preds = %bb2611 %tmp2666 = getelementptr %struct.Macroblock* null, int 0, uint 13 ; <long*> [#uses=2] %tmp2674 = cast int 0 to ubyte ; <ubyte> [#uses=1] - br bool false, label %cond_true2732.preheader.split.us, label %cond_true2732.preheader.split + br bool true, label %cond_true2732.preheader.split.us, label %cond_true2732.preheader.split cond_true2732.preheader.split.us: ; preds = %cond_true2732.preheader - br bool false, label %cond_true2732.outer.us.us, label %cond_true2732.outer.us + br bool true, label %cond_true2732.outer.us.us, label %cond_true2732.outer.us cond_true2732.outer.us.us: ; preds = %cond_true2732.preheader.split.us %tmp2667.us.us = load long* %tmp2666 ; <long> [#uses=1] |