MC/AsmMatcher: Fix indirect 80-col viola.
[oota-llvm.git] / utils / TableGen / ARMDecoderEmitter.h
index 107e0851ba1b1b4f296a183cf6ba11d88afcef6c..1faeb91fae8a80c91971ed58788eaeee1edda83f 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "TableGenBackend.h"
 
-#include "llvm/System/DataTypes.h"
+#include "llvm/Support/DataTypes.h"
 
 namespace llvm {
 
@@ -31,7 +31,7 @@ public:
   ~ARMDecoderEmitter() {
     shutdownBackend();
   }
-       
+
   // run - Output the code emitter
   void run(raw_ostream &o);