move the MCAsmInfo .cpp/.h files into the right
[oota-llvm.git] / include / llvm / MC / MCAsmInfoCOFF.h
index 73a0155daff815f5c4d4a12b3014ff97e4b7906b..b5e3d709239e74daa341de1e7e07b920a5ea52fc 100644 (file)
@@ -1,2 +1,24 @@
-#include "llvm/Target/COFFTargetAsmInfo.h"
+//===-- MCAsmInfoCOFF.h - COFF asm properties -------------------*- C++ -*-===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
 
+#ifndef LLVM_COFF_TARGET_ASM_INFO_H
+#define LLVM_COFF_TARGET_ASM_INFO_H
+
+#include "llvm/MC/MCAsmInfo.h"
+
+namespace llvm {
+  class COFFMCAsmInfo : public MCAsmInfo {
+  protected:
+    explicit COFFMCAsmInfo();
+      
+  };
+}
+
+
+#endif // LLVM_COFF_TARGET_ASM_INFO_H