Prune CRLF.
[oota-llvm.git] / lib / Target / Hexagon / MCTargetDesc / HexagonBaseInfo.h
index c8e2d965ccfac921fdcc9462bb4f03a61972cdcc..c0a3fae235eba07510f68c0c0702805bf03e5129 100644 (file)
 #ifndef LLVM_LIB_TARGET_HEXAGON_MCTARGETDESC_HEXAGONBASEINFO_H
 #define LLVM_LIB_TARGET_HEXAGON_MCTARGETDESC_HEXAGONBASEINFO_H
 
-#include "HexagonMCTargetDesc.h"\r
-#include "llvm/Support/ErrorHandling.h"\r
-\r
-#include <stdint.h>\r
-\r
-namespace llvm {\r
-\r
-/// HexagonII - This namespace holds all of the target specific flags that\r
+#include "HexagonMCTargetDesc.h"
+#include "llvm/Support/ErrorHandling.h"
+
+#include <stdint.h>
+
+namespace llvm {
+
+/// HexagonII - This namespace holds all of the target specific flags that
 /// instruction info tracks.
 ///
 namespace HexagonII {
@@ -188,20 +188,20 @@ namespace HexagonII {
     MO_LO16, MO_HI16,
 
     // Offset from the base of the SDA.
-    MO_GPREL\r
-  };\r
-\r
-  enum class InstParseBits : uint32_t {\r
-    INST_PARSE_MASK       = 0x0000c000,\r
-    INST_PARSE_PACKET_END = 0x0000c000,\r
-    INST_PARSE_LOOP_END   = 0x00008000,\r
-    INST_PARSE_NOT_END    = 0x00004000,\r
-    INST_PARSE_DUPLEX     = 0x00000000,\r
-    INST_PARSE_EXTENDER   = 0x00000000\r
-  };\r
-\r
-} // End namespace HexagonII.\r
-\r
-} // End namespace llvm.\r
+    MO_GPREL
+  };
+
+  enum class InstParseBits : uint32_t {
+    INST_PARSE_MASK       = 0x0000c000,
+    INST_PARSE_PACKET_END = 0x0000c000,
+    INST_PARSE_LOOP_END   = 0x00008000,
+    INST_PARSE_NOT_END    = 0x00004000,
+    INST_PARSE_DUPLEX     = 0x00000000,
+    INST_PARSE_EXTENDER   = 0x00000000
+  };
+
+} // End namespace HexagonII.
+
+} // End namespace llvm.
 
 #endif