[llvm] r251181 - ScalarReplAggregates.cpp: Try to appease clash of anonymous::SROA in modules build.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 23:42:43 PDT 2015


Author: chapuni
Date: Sat Oct 24 01:42:42 2015
New Revision: 251181

URL: http://llvm.org/viewvc/llvm-project?rev=251181&view=rev
Log:
ScalarReplAggregates.cpp: Try to appease clash of anonymous::SROA in modules build.

Modified:
    llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp

Modified: llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp?rev=251181&r1=251180&r2=251181&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/ScalarReplAggregates.cpp Sat Oct 24 01:42:42 2015
@@ -60,6 +60,7 @@ STATISTIC(NumAdjusted,  "Number of scala
 STATISTIC(NumConverted, "Number of aggregates converted to scalar");
 
 namespace {
+#define SROA SROA_
   struct SROA : public FunctionPass {
     SROA(int T, bool hasDT, char &ID, int ST, int AT, int SLT)
       : FunctionPass(ID), HasDomTree(hasDT) {




More information about the llvm-commits mailing list