MaskRay added inline comments.

================
Comment at: lib/Basic/Targets/X86.cpp:865
+  if (CodeModel == "default")
+    // When the user has not explicitly specified anything,
+    // the default code model to use is small.
----------------
I'm not sure if the comment is useful here... or you can comment that this 
piece of code should be consistent with X86TargetMachine.cpp#L208


Repository:
  rC Clang

https://reviews.llvm.org/D52920



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

Reply via email to