[llvm-commits] [llvm] r76238 - /llvm/trunk/include/llvm/Analysis/ScalarEvolution.h
Dan Gohman
gohman at apple.com
Fri Jul 17 14:04:15 PDT 2009
Author: djg
Date: Fri Jul 17 16:03:54 2009
New Revision: 76238
URL: http://llvm.org/viewvc/llvm-project?rev=76238&view=rev
Log:
Commit this change, to accompany r76232.
Modified:
llvm/trunk/include/llvm/Analysis/ScalarEvolution.h
Modified: llvm/trunk/include/llvm/Analysis/ScalarEvolution.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/ScalarEvolution.h?rev=76238&r1=76237&r2=76238&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/ScalarEvolution.h (original)
+++ llvm/trunk/include/llvm/Analysis/ScalarEvolution.h Fri Jul 17 16:03:54 2009
@@ -43,6 +43,7 @@
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 @@
/// 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
More information about the llvm-commits
mailing list