1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 14:33:02 +02:00
llvm-mirror/include
Duncan Sands 0f1ba9dee5 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.

llvm-svn: 54698
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