[llvm-commits] CVS: llvm/lib/Target/CBackend/Writer.cpp
Chris Lattner
sabre at nondot.org
Wed Nov 15 10:00:27 PST 2006
Changes in directory llvm/lib/Target/CBackend:
Writer.cpp updated: 1.281 -> 1.282
---
Log message:
Simplify IntrinsicLowering and clarify that it is only for use by the
CBE and interpreter.
---
Diffs of the changes: (+1 -1)
Writer.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/CBackend/Writer.cpp
diff -u llvm/lib/Target/CBackend/Writer.cpp:1.281 llvm/lib/Target/CBackend/Writer.cpp:1.282
--- llvm/lib/Target/CBackend/Writer.cpp:1.281 Wed Nov 8 00:47:33 2006
+++ llvm/lib/Target/CBackend/Writer.cpp Wed Nov 15 12:00:10 2006
@@ -69,7 +69,7 @@
/// module to a C translation unit.
class CWriter : public FunctionPass, public InstVisitor<CWriter> {
std::ostream &Out;
- DefaultIntrinsicLowering IL;
+ IntrinsicLowering IL;
Mangler *Mang;
LoopInfo *LI;
const Module *TheModule;
More information about the llvm-commits
mailing list