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

Unified Diff: gcc/gcc/config/rs6000/sync.md

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 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 | « gcc/gcc/config/rs6000/rs6000-c.c ('k') | gcc/gcc/config/rs6000/t-aix43 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/rs6000/sync.md
diff --git a/gcc/gcc/config/rs6000/sync.md b/gcc/gcc/config/rs6000/sync.md
index 9d1ef9b580f1d9d025dffb67f0c8367935aa7c34..f6cc91d3d56add23b3c0bb4faf73057982cb2e48 100644
--- a/gcc/gcc/config/rs6000/sync.md
+++ b/gcc/gcc/config/rs6000/sync.md
@@ -616,7 +616,7 @@
if (TARGET_NO_LWSYNC)
return "sync";
else
- return ".long 0x7c2004ac";
+ return (TARGET_LWSYNC_INSTRUCTION) ? "lwsync" : ".long 0x7c2004ac";
}
[(set_attr "type" "sync")])
« no previous file with comments | « gcc/gcc/config/rs6000/rs6000-c.c ('k') | gcc/gcc/config/rs6000/t-aix43 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698