llvm/include
Duncan Sands fe24bd3a89 Add a NullFolder class that doesn't fold constants.
This may be used as the second IRBuilder template
parameter, the idea being that people learning LLVM
may find it helpful (several people asked on IRC
if it was possible to turn off constant folding
because it made it hard for them to see what was
going on).  Compiles, but otherwise completely
untested.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54698 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-12 20:39:27 +00:00
..
llvm Add a NullFolder class that doesn't fold constants. 2008-08-12 20:39:27 +00:00
llvm-c Delete a redundant binding, LLVMHasInitializer. 2008-08-09 02:13:58 +00:00