another missed SSE optimization
[oota-llvm.git] / lib / Target / X86 / X86AsmPrinter.h
index abbedf249d89399e41b82c3f6e7cc1de01470f54..45be89eb2161b1bf1ea039875238787e49ba3ba9 100755 (executable)
@@ -48,7 +48,7 @@ struct VISIBILITY_HIDDEN X86SharedAsmPrinter : public AsmPrinter {
   //
   // This structure is using e.g. for name decoration for stdcall & fastcall'ed
   // function, since we have to use arguments' size for decoration.
-  typedef std::map<const Function*, X86FunctionInfo> FMFInfoMap;
+  typedef std::map<const Function*, X86MachineFunctionInfo> FMFInfoMap;
   FMFInfoMap FunctionInfoMap;
 
   void decorateName(std::string& Name, const GlobalValue* GV);