Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.

llvm-svn: 79763
diff --git a/llvm/lib/CodeGen/MachOCodeEmitter.h b/llvm/lib/CodeGen/MachOCodeEmitter.h
index 96ba68f..0e1a0ec 100644
--- a/llvm/lib/CodeGen/MachOCodeEmitter.h
+++ b/llvm/lib/CodeGen/MachOCodeEmitter.h
@@ -30,7 +30,7 @@
   /// machine directly, indicating what header values and flags to set.
   bool is64Bit, isLittleEndian;
 
-  const TargetAsmInfo *TAI;
+  const MCAsmInfo *TAI;
 
   /// Relocations - These are the relocations that the function needs, as
   /// emitted.