[llvm-commits] CVS: llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
Tanya Brethour
tbrethou at cs.uiuc.edu
Wed Feb 4 23:05:02 PST 2004
Changes in directory llvm/lib/CodeGen:
TwoAddressInstructionPass.cpp updated: 1.12 -> 1.13
---
Log message:
Added missing include.
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
diff -u llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:1.12 llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:1.13
--- llvm/lib/CodeGen/TwoAddressInstructionPass.cpp:1.12 Wed Feb 4 16:17:40 2004
+++ llvm/lib/CodeGen/TwoAddressInstructionPass.cpp Wed Feb 4 23:04:39 2004
@@ -38,6 +38,7 @@
#include "llvm/Target/TargetMachine.h"
#include "Support/Debug.h"
#include "Support/Statistic.h"
+#include <iostream>
using namespace llvm;
namespace {
More information about the llvm-commits
mailing list