Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Unified Diff: test/CodeGen/PowerPC/optcmp.ll

Issue 183273009: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Retry Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/CodeGen/PowerPC/crsave.ll ('k') | test/CodeGen/R600/bfe_uint.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
}
« no previous file with comments | « test/CodeGen/PowerPC/crsave.ll ('k') | test/CodeGen/R600/bfe_uint.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698