Factor some code into a new EmitFrames method.
[oota-llvm.git] / include / llvm / MC / MCAsmInfoDarwin.h
index f5e897d203d83bb1689c2389d70726bd4eec9430..c85aa3da9572e672bbce19ebcd8b30e4e5a7bc6e 100644 (file)
@@ -24,7 +24,7 @@ namespace llvm {
   class Mangler;
 
   struct MCAsmInfoDarwin : public MCAsmInfo {
-    explicit MCAsmInfoDarwin(bool isLittleEndian);
+    explicit MCAsmInfoDarwin();
   };
 }