mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-23 14:25:07 +00:00
Commit this change, to accompany r76232.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76238 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -43,6 +43,7 @@ namespace llvm {
|
|||||||
class LLVMContext;
|
class LLVMContext;
|
||||||
class Loop;
|
class Loop;
|
||||||
class LoopInfo;
|
class LoopInfo;
|
||||||
|
class Operator;
|
||||||
|
|
||||||
/// SCEV - This class represents an analyzed expression in the program. These
|
/// SCEV - This class represents an analyzed expression in the program. These
|
||||||
/// are opaque objects that the client is not allowed to do much with
|
/// 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
|
/// createNodeForGEP - Provide the special handling we need to analyze GEP
|
||||||
/// SCEVs.
|
/// SCEVs.
|
||||||
const SCEV *createNodeForGEP(User *GEP);
|
const SCEV *createNodeForGEP(Operator *GEP);
|
||||||
|
|
||||||
/// ReplaceSymbolicValueWithConcrete - This looks up the computed SCEV value
|
/// ReplaceSymbolicValueWithConcrete - This looks up the computed SCEV value
|
||||||
/// for the specified instruction and replaces any references to the
|
/// for the specified instruction and replaces any references to the
|
||||||
|
Reference in New Issue
Block a user