[llvm] r180983 - Fix missing include in Hexagon code for Release+Asserts

Reid Kleckner reid at kleckner.net
Thu May 2 17:54:56 PDT 2013


Author: rnk
Date: Thu May  2 19:54:56 2013
New Revision: 180983

URL: http://llvm.org/viewvc/llvm-project?rev=180983&view=rev
Log:
Fix missing include in Hexagon code for Release+Asserts

Modified:
    llvm/trunk/lib/Target/Hexagon/HexagonInstrInfo.cpp

Modified: llvm/trunk/lib/Target/Hexagon/HexagonInstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Hexagon/HexagonInstrInfo.cpp?rev=180983&r1=180982&r2=180983&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Hexagon/HexagonInstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/Hexagon/HexagonInstrInfo.cpp Thu May  2 19:54:56 2013
@@ -25,6 +25,7 @@
 #include "llvm/CodeGen/PseudoSourceValue.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/MathExtras.h"
+#include "llvm/Support/raw_ostream.h"
 #define GET_INSTRINFO_CTOR
 #define GET_INSTRMAP_INFO
 #include "HexagonGenInstrInfo.inc"





More information about the llvm-commits mailing list