[llvm-commits] [llvm] r116986 - in /llvm/trunk: cmake/modules/ lib/Target/MBlaze/ lib/Target/MBlaze/AsmPrinter/ lib/Target/MBlaze/InstPrinter/ lib/Target/MBlaze/TargetInfo/ test/CodeGen/MBlaze/

NAKAMURA Takumi geek4civic at gmail.com
Wed Oct 20 20:45:39 PDT 2010


Wesley,

Suggested patch ;)
Passes on x86_64 centos5

--- a/lib/Target/MBlaze/MBlazeMCInstLower.cpp
+++ b/lib/Target/MBlaze/MBlazeMCInstLower.cpp
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//

-#include "MBLazeMCInstLower.h"
+#include "MBlazeMCInstLower.h"
 #include "MBlazeInstrInfo.h"
 #include "llvm/Constants.h"
 #include "llvm/CodeGen/AsmPrinter.h"



More information about the llvm-commits mailing list