aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/ScalarEvolutionExpander.h
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-10-19 21:28:43 +0000
committerNadav Rotem <nrotem@apple.com>2012-10-19 21:28:43 +0000
commita04a4a79ea365d1ba96ed4b5861e879b267162e2 (patch)
tree5666308a0557c191428640a7a2fd8f69929062f5 /include/llvm/Analysis/ScalarEvolutionExpander.h
parente06ce4c2c48351d6d74ac2f81e72e17e5ec9fdc7 (diff)
downloadexternal_llvm-a04a4a79ea365d1ba96ed4b5861e879b267162e2.zip
external_llvm-a04a4a79ea365d1ba96ed4b5861e879b267162e2.tar.gz
external_llvm-a04a4a79ea365d1ba96ed4b5861e879b267162e2.tar.bz2
revert r166264 because the LTO build is still failing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166340 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/ScalarEvolutionExpander.h')
-rw-r--r--include/llvm/Analysis/ScalarEvolutionExpander.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Analysis/ScalarEvolutionExpander.h b/include/llvm/Analysis/ScalarEvolutionExpander.h
index 3ab9c82..3f8f149 100644
--- a/include/llvm/Analysis/ScalarEvolutionExpander.h
+++ b/include/llvm/Analysis/ScalarEvolutionExpander.h
@@ -22,7 +22,7 @@
#include <set>
namespace llvm {
- class ScalarTargetTransformInfo;
+ class TargetLowering;
/// Return true if the given expression is safe to expand in the sense that
/// all materialized values are safe to speculate.
@@ -129,7 +129,7 @@ namespace llvm {
/// representative. Return the number of phis eliminated.
unsigned replaceCongruentIVs(Loop *L, const DominatorTree *DT,
SmallVectorImpl<WeakVH> &DeadInsts,
- const ScalarTargetTransformInfo *STTI = NULL);
+ const TargetLowering *TLI = NULL);
/// expandCodeFor - Insert code to directly compute the specified SCEV
/// expression into the program. The inserted code is inserted into the