[PATCH] D19719: [mips][atomics] Fix atomic instruction descriptions and uses.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 03:15:11 PDT 2016


dsanders accepted this revision.
dsanders added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/Target/Mips/MipsInstrInfo.td:182
@@ -181,1 +181,3 @@
                       AssemblerPredicate<"!FeatureGP64Bit">;
+def IsPTR64bit    :    Predicate<"Subtarget->isABI_N64()">,
+                      AssemblerPredicate<"FeaturePTR64Bit">;
----------------
Indentation. Likewise for the next def


Repository:
  rL LLVM

http://reviews.llvm.org/D19719





More information about the llvm-commits mailing list