[PATCH] CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems

Saleem Abdulrasool compnerd at compnerd.org
Thu Oct 2 19:27:31 PDT 2014


================
Comment at: lib/Driver/ToolChain.cpp:218
@@ +217,3 @@
+    return true;
+  else
+    return false;
----------------
The else here is superfluous.

http://reviews.llvm.org/D4985






More information about the cfe-commits mailing list