[llvm] r330551 - Test commit access.

Andres Freund via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 22 10:53:35 PDT 2018


Author: anarazel
Date: Sun Apr 22 10:53:34 2018
New Revision: 330551

URL: http://llvm.org/viewvc/llvm-project?rev=330551&view=rev
Log:
Test commit access.

Remove trailing whitespace.


Modified:
    llvm/trunk/include/llvm/ExecutionEngine/ExecutionEngine.h

Modified: llvm/trunk/include/llvm/ExecutionEngine/ExecutionEngine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/ExecutionEngine.h?rev=330551&r1=330550&r2=330551&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/ExecutionEngine.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/ExecutionEngine.h Sun Apr 22 10:53:34 2018
@@ -642,7 +642,7 @@ public:
   void setEmulatedTLS(bool EmulatedTLS) {
     this->EmulatedTLS = EmulatedTLS;
   }
-  
+
   TargetMachine *selectTarget();
 
   /// selectTarget - Pick a target either via -march or by guessing the native




More information about the llvm-commits mailing list