[llvm-commits] CVS: llvm/lib/Target/X86/InstSelectPattern.cpp X86RegisterInfo.cpp
LLVM
llvm at cs.uiuc.edu
Sun Jul 4 07:22:22 PDT 2004
Changes in directory llvm/lib/Target/X86:
InstSelectPattern.cpp updated: 1.7 -> 1.8
X86RegisterInfo.cpp updated: 1.85 -> 1.86
---
Log message:
Add #include <iostream> since Value.h does not #include it any more.
---
Diffs of the changes: (+3 -1)
Index: llvm/lib/Target/X86/InstSelectPattern.cpp
diff -u llvm/lib/Target/X86/InstSelectPattern.cpp:1.7 llvm/lib/Target/X86/InstSelectPattern.cpp:1.8
--- llvm/lib/Target/X86/InstSelectPattern.cpp:1.7 Sun Dec 28 15:23:38 2003
+++ llvm/lib/Target/X86/InstSelectPattern.cpp Sun Jul 4 07:19:56 2004
@@ -22,8 +22,8 @@
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/SSARegMap.h"
-
#include "X86RegisterInfo.h"
+#include <iostream>
// Include the generated instruction selector...
#include "X86GenInstrSelector.inc"
Index: llvm/lib/Target/X86/X86RegisterInfo.cpp
diff -u llvm/lib/Target/X86/X86RegisterInfo.cpp:1.85 llvm/lib/Target/X86/X86RegisterInfo.cpp:1.86
--- llvm/lib/Target/X86/X86RegisterInfo.cpp:1.85 Mon Jun 21 16:17:44 2004
+++ llvm/lib/Target/X86/X86RegisterInfo.cpp Sun Jul 4 07:19:56 2004
@@ -26,6 +26,8 @@
#include "llvm/Target/TargetMachineImpls.h"
#include "Support/CommandLine.h"
#include "Support/STLExtras.h"
+#include <iostream>
+
using namespace llvm;
namespace {
More information about the llvm-commits
mailing list