[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineConstantPool.h

Duraid Madina duraid at octopus.com.au
Mon Dec 26 02:34:50 PST 2005



Changes in directory llvm/include/llvm/CodeGen:

MachineConstantPool.h updated: 1.6 -> 1.7
---
Log message:

I laugh at your dual-core G5s! Fear my precompiled headers.



---
Diffs of the changes:  (+1 -0)

 MachineConstantPool.h |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/include/llvm/CodeGen/MachineConstantPool.h
diff -u llvm/include/llvm/CodeGen/MachineConstantPool.h:1.6 llvm/include/llvm/CodeGen/MachineConstantPool.h:1.7
--- llvm/include/llvm/CodeGen/MachineConstantPool.h:1.6	Sun Jul 10 23:49:33 2005
+++ llvm/include/llvm/CodeGen/MachineConstantPool.h	Mon Dec 26 04:34:38 2005
@@ -22,6 +22,7 @@
 #ifndef LLVM_CODEGEN_MACHINECONSTANTPOOL_H
 #define LLVM_CODEGEN_MACHINECONSTANTPOOL_H
 
+#include <iostream>
 #include <vector>
 
 namespace llvm {






More information about the llvm-commits mailing list