aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Scalar/LowerGC.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Transforms/Scalar/LowerGC.cpp b/lib/Transforms/Scalar/LowerGC.cpp
index e346c23..d51189c 100644
--- a/lib/Transforms/Scalar/LowerGC.cpp
+++ b/lib/Transforms/Scalar/LowerGC.cpp
@@ -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 @@ bool LowerGC::runOnFunction(Function &F) {
}
}
- // Now that we made the replacement, inline expand the call if
- // possible, otherwise things will be too horribly expensive.
- InlineFunction(CI);
MadeChange = true;
}
}