Skip to content
Snippets Groups Projects
Commit 6b796365 authored by Chris Lattner's avatar Chris Lattner
Browse files

add accessor

llvm-svn: 37453
parent af56be7f
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,8 @@ namespace llvm {
InsertedInstructions.insert(I);
}
Instruction *getInsertionPoint() const { return InsertPt; }
/// expandCodeFor - Insert code to directly compute the specified SCEV
/// expression into the program. The inserted code is inserted into the
/// specified block.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment