give MCAsmInfo a 'has little endian' bit. This is unfortunate, but
[oota-llvm.git] / include / llvm / MC / MCAsmInfoDarwin.h
index c85aa3da9572e672bbce19ebcd8b30e4e5a7bc6e..f5e897d203d83bb1689c2389d70726bd4eec9430 100644 (file)
@@ -24,7 +24,7 @@ namespace llvm {
   class Mangler;
 
   struct MCAsmInfoDarwin : public MCAsmInfo {
-    explicit MCAsmInfoDarwin();
+    explicit MCAsmInfoDarwin(bool isLittleEndian);
   };
 }