revert 93934, removing the MCAsmInfo endianness bit. I can't
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index c15d61494ca9e31c2c05fd56e335df4f9bb65cc5..cc03614157460d9200e423fc4ce4ef6db5fe559e 100644 (file)
@@ -18,8 +18,7 @@
 #include <cstring>
 using namespace llvm;
 
-MCAsmInfo::MCAsmInfo(bool isLittleEndian) {
-  IsLittleEndian = isLittleEndian;
+MCAsmInfo::MCAsmInfo() {
   HasMachoZeroFillDirective = false;
   HasStaticCtorDtorReferenceInStaticMode = false;
   NonexecutableStackDirective = 0;