[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LowerGC.cpp

Chris Lattner lattner at cs.uiuc.edu
Sat Jan 14 11:30:47 PST 2006



Changes in directory llvm/lib/Transforms/Scalar:

LowerGC.cpp updated: 1.9 -> 1.10
---
Log message:

FunctionPass's cannot do IPO things.


---
Diffs of the changes:  (+0 -4)

 LowerGC.cpp |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm/lib/Transforms/Scalar/LowerGC.cpp
diff -u llvm/lib/Transforms/Scalar/LowerGC.cpp:1.9 llvm/lib/Transforms/Scalar/LowerGC.cpp:1.10
--- llvm/lib/Transforms/Scalar/LowerGC.cpp:1.9	Sat Oct 22 23:37:20 2005
+++ llvm/lib/Transforms/Scalar/LowerGC.cpp	Sat Jan 14 13:30:35 2006
@@ -26,7 +26,6 @@
 #include "llvm/Instructions.h"
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
-#include "llvm/Transforms/Utils/Cloning.h"
 using namespace llvm;
 
 namespace {
@@ -203,9 +202,6 @@
               }
             }
 
-            // Now that we made the replacement, inline expand the call if
-            // possible, otherwise things will be too horribly expensive.
-            InlineFunction(CI);
             MadeChange = true;
           }
       }






More information about the llvm-commits mailing list