diff options
| author | Dan Gohman <gohman@apple.com> | 2009-07-17 21:03:54 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-07-17 21:03:54 +0000 |
| commit | 01d48ec04145ff650f25375bee54996c98ad731e (patch) | |
| tree | 52c6605fc57fbe71e328e18bbcdb8a85cd648d26 | |
| parent | 1af5af8640a6679ffefc6fa1af9e8602f174f82e (diff) | |
| download | bcm5719-llvm-01d48ec04145ff650f25375bee54996c98ad731e.tar.gz bcm5719-llvm-01d48ec04145ff650f25375bee54996c98ad731e.zip | |
Commit this change, to accompany r76232.
llvm-svn: 76238
| -rw-r--r-- | llvm/include/llvm/Analysis/ScalarEvolution.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/ScalarEvolution.h b/llvm/include/llvm/Analysis/ScalarEvolution.h index b14418a5997..274a3b5f58b 100644 --- a/llvm/include/llvm/Analysis/ScalarEvolution.h +++ b/llvm/include/llvm/Analysis/ScalarEvolution.h @@ -43,6 +43,7 @@ namespace llvm { class LLVMContext; class Loop; class LoopInfo; + class Operator; /// SCEV - This class represents an analyzed expression in the program. These /// are opaque objects that the client is not allowed to do much with @@ -242,7 +243,7 @@ namespace llvm { /// createNodeForGEP - Provide the special handling we need to analyze GEP /// SCEVs. - const SCEV *createNodeForGEP(User *GEP); + const SCEV *createNodeForGEP(Operator *GEP); /// ReplaceSymbolicValueWithConcrete - This looks up the computed SCEV value /// for the specified instruction and replaces any references to the |

