comparison gen/irstate.h @ 1529:ad7f2f1862d6

Adjust LDC to work with the LLVMContext LLVM changes. This means we now require a fairly new LLVM revision. I use 75234.
author Christian Kamm <kamm incasoftware de>
date Fri, 10 Jul 2009 21:30:02 +0200
parents e1e93343fc11
children 61f12f4651b5
comparison
equal deleted inserted replaced
1528:15f1707721fa 1529:ad7f2f1862d6
46 llvm::BasicBlock* end; 46 llvm::BasicBlock* end;
47 IRBuilder<> builder; 47 IRBuilder<> builder;
48 48
49 IRScope(); 49 IRScope();
50 IRScope(llvm::BasicBlock* b, llvm::BasicBlock* e); 50 IRScope(llvm::BasicBlock* b, llvm::BasicBlock* e);
51
52 const IRScope& operator=(const IRScope& rhs);
51 }; 53 };
52 54
53 struct IRBuilderHelper 55 struct IRBuilderHelper
54 { 56 {
55 IRState* state; 57 IRState* state;