Alpha doesn't have a native f32 extload instruction.
[oota-llvm.git] / lib / CodeGen / IntrinsicLowering.cpp
index 6af333e79a59abefd5255f287256c1e882af7c89..63ff815291381b682516a1df70af21de4e472a54 100644 (file)
@@ -15,7 +15,9 @@
 #include "llvm/Constants.h"
 #include "llvm/DerivedTypes.h"
 #include "llvm/Module.h"
-#include "llvm/iOther.h"
+#include "llvm/Instructions.h"
+#include <iostream>
+
 using namespace llvm;
 
 template <class ArgIt>