[PATCH] Factor out SmallDataThreshold.
    Brendon Cahoon 
    bcahoon at codeaurora.org
       
    Mon May 11 13:32:22 PDT 2015
    
    
  
REPOSITORY
  rL LLVM
================
Comment at: lib/Driver/ToolChains.cpp:2146
@@ +2145,3 @@
+  return smallDataThreshold &&
+    smallDataThreshold[0] == '0';
+}
----------------
put on one line
================
Comment at: lib/Driver/Tools.cpp:5386
@@ -5405,1 +5385,3 @@
+    CmdArgs.push_back(Args.MakeArgString(std::string("-G") + v));
+  }
 
----------------
no need for braces.
http://reviews.llvm.org/D9640
EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
    
    
More information about the llvm-commits
mailing list