diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/and-branch.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/and-branch.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/and-branch.ll b/llvm/test/CodeGen/PowerPC/and-branch.ll index 0484f882ec7..1543205f1a5 100644 --- a/llvm/test/CodeGen/PowerPC/and-branch.ll +++ b/llvm/test/CodeGen/PowerPC/and-branch.ll @@ -7,7 +7,7 @@ entry: %tmp4 = and i1 %tmp3, %tmp ; <i1> [#uses=1] br i1 %tmp4, label %cond_true, label %UnifiedReturnBlock cond_true: ; preds = %entry - %tmp5 = tail call i32 (...)* @bar( ) ; <i32> [#uses=0] + %tmp5 = tail call i32 (...) @bar( ) ; <i32> [#uses=0] ret void UnifiedReturnBlock: ; preds = %entry ret void |