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

One minor comment, otherwise LGTM.


================
Comment at: lib/Driver/Tools.cpp:1477
@@ +1476,3 @@
+  // If unspecified, choose the default based on the platform.
+  if (ABI == ppc::FloatABI::Invalid) {
+    ABI = ppc::FloatABI::Hard;
----------------
Don't need the { } here.


http://reviews.llvm.org/D13351



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to