| Index: test/CodeGen/PowerPC/optcmp.ll
|
| diff --git a/test/CodeGen/PowerPC/optcmp.ll b/test/CodeGen/PowerPC/optcmp.ll
|
| index 523f329303bfacaac95638cd923df6e9f254ac06..1fce464dd3350862d42154d2210275a31e2e1735 100644
|
| --- a/test/CodeGen/PowerPC/optcmp.ll
|
| +++ b/test/CodeGen/PowerPC/optcmp.ll
|
| @@ -118,7 +118,7 @@ entry:
|
| ret double %cond
|
|
|
| ; CHECK: @food
|
| -; CHECK-NOT: fsub. 0, 1, 2
|
| +; CHECK: fsub. 0, 1, 2
|
| ; CHECK: stfd 0, 0(5)
|
| }
|
|
|
| @@ -131,7 +131,7 @@ entry:
|
| ret float %cond
|
|
|
| ; CHECK: @foof
|
| -; CHECK-NOT: fsubs. 0, 1, 2
|
| +; CHECK: fsubs. 0, 1, 2
|
| ; CHECK: stfs 0, 0(5)
|
| }
|
|
|
|
|