diff options
Diffstat (limited to 'llvm/test/Transforms/TailCallElim/dont_reorder_load.ll')
| -rw-r--r-- | llvm/test/Transforms/TailCallElim/dont_reorder_load.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/TailCallElim/dont_reorder_load.ll b/llvm/test/Transforms/TailCallElim/dont_reorder_load.ll index cc273c3ca53..899e1159668 100644 --- a/llvm/test/Transforms/TailCallElim/dont_reorder_load.ll +++ b/llvm/test/Transforms/TailCallElim/dont_reorder_load.ll @@ -16,7 +16,7 @@ entry: br i1 %tmp2, label %if, label %else if: ; preds = %entry - unwind + ret i32 37 else: ; preds = %entry %tmp7 = add i32 %start_arg, 1 ; <i32> [#uses=1] |

