optimize strstr, PR5783
[oota-llvm.git] / lib / CodeGen / MachOWriter.h
index 9d8e9d450baab068ca66bef3f5c7cf31a4b9000e..9273f3854863cc5abee7347fb1180a1a212930f2 100644 (file)
@@ -31,7 +31,7 @@ namespace llvm {
   struct MachOSym;
   class TargetData;
   class TargetMachine;
-  class TargetAsmInfo;
+  class MCAsmInfo;
   class ObjectCodeEmitter;
   class OutputBuffer;
   class raw_ostream;
@@ -78,7 +78,7 @@ namespace llvm {
     bool is64Bit, isLittleEndian;
 
     // Target Asm Info
-    const TargetAsmInfo *TAI;
+    const MCAsmInfo *MAI;
 
     /// Header - An instance of MachOHeader that we will update while we build
     /// the file, and then emit during finalization.