The BLX instruction is encoded differently than the BL, because why not? In
[oota-llvm.git] / lib / Target / ARM / ARMMCAsmInfo.h
index e263ece1ac11d30fa77604b3cdab228ac590e84e..90f7822ea580ec711eb939362d263c024a5c7d7d 100644 (file)
@@ -18,8 +18,8 @@
 
 namespace llvm {
 
-  struct ARMDarwinMCAsmInfo : public DarwinMCAsmInfo {
-    explicit ARMDarwinMCAsmInfo();
+  struct ARMMCAsmInfoDarwin : public MCAsmInfoDarwin {
+    explicit ARMMCAsmInfoDarwin();
   };
 
   struct ARMELFMCAsmInfo : public MCAsmInfo {