diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-21 22:47:03 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-21 22:47:03 +0000 |
commit | 3a56ae8bbbf04a3051a13ea7a30318c923bb30cc (patch) | |
tree | 888cefd69b4f4a1f837a3e3884c3d16589751dad /llvm/docs/tutorial/LangImpl3.html | |
parent | 0ecf7b6f4ae6a67da95b34cb2e1b548b482543eb (diff) | |
download | bcm5719-llvm-3a56ae8bbbf04a3051a13ea7a30318c923bb30cc.tar.gz bcm5719-llvm-3a56ae8bbbf04a3051a13ea7a30318c923bb30cc.zip |
Various doc updates from Edward O'Callaghan!
llvm-svn: 76668
Diffstat (limited to 'llvm/docs/tutorial/LangImpl3.html')
-rw-r--r-- | llvm/docs/tutorial/LangImpl3.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/tutorial/LangImpl3.html b/llvm/docs/tutorial/LangImpl3.html index 499b4c20a73..5031427a7be 100644 --- a/llvm/docs/tutorial/LangImpl3.html +++ b/llvm/docs/tutorial/LangImpl3.html @@ -1028,7 +1028,7 @@ static PrototypeAST *ParseExtern() { //===----------------------------------------------------------------------===// static Module *TheModule; -static IRBuilder<> Builder; +static IRBuilder<> Builder(getGlobalContext()); static std::map<std::string, Value*> NamedValues; Value *ErrorV(const char *Str) { Error(Str); return 0; } @@ -1249,7 +1249,7 @@ int main() { <a href="mailto:sabre@nondot.org">Chris Lattner</a><br> <a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br> - Last modified: $Date: 2007-10-17 11:05:13 -0700 (Wed, 17 Oct 2007) $ + Last modified: $Date: 2009-07-21 11:05:13 -0700 (Tue, 21 Jul 2009) $ </address> </body> </html> |