[PATCH] [Sparc] Add more instruction aliases.
Venkatraman Govindaraju
venkatra at cs.wisc.edu
Thu Jul 2 00:45:59 PDT 2015
Please fix the typo.
Otherwise LGTM.
================
Comment at: lib/Target/Sparc/SparcInstrAliases.td:320
@@ -308,3 +319,3 @@
-// flush -> flush %g0
-def : InstAlias<"flush", (FLUSH), 0>;
+// save -> restore %g0, %g0, %g0
+def : InstAlias<"save", (SAVErr G0, G0, G0)>;
----------------
Typo: restore -> save
http://reviews.llvm.org/D9834
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list