Cache SelectionDAGISel TargetInstrInfo lookups on the class and
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGISel.h
index 6c756495db5ad23e3758ded9db0cb72e4ca93725..80f2064bc504cc2ccc9be3d5ff1b37f106a85757 100644 (file)
@@ -51,6 +51,8 @@ public:
   AliasAnalysis *AA;
   GCFunctionInfo *GFI;
   CodeGenOpt::Level OptLevel;
+  const TargetInstrInfo *TII;
+
   static char ID;
 
   explicit SelectionDAGISel(TargetMachine &tm,