aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/X86/InstSelectPattern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/X86/InstSelectPattern.cpp')
-rw-r--r--lib/Target/X86/InstSelectPattern.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/InstSelectPattern.cpp b/lib/Target/X86/InstSelectPattern.cpp
index 6b848b00ea..cd79b1d87d 100644
--- a/lib/Target/X86/InstSelectPattern.cpp
+++ b/lib/Target/X86/InstSelectPattern.cpp
@@ -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"