Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9JITInfo.h
index d1000fe8da937e1fe211c6ce0904ecba9f583ea9..b667c5599e4ec7d2a1d17fa756030daa3b8a578a 100644 (file)
 
 namespace llvm {
   class TargetMachine;
-  class IntrinsicLowering;
 
   class SparcJITInfo : public TargetJITInfo {
     TargetMachine &TM;
-    IntrinsicLowering &IL;
   public:
-    SparcJITInfo(TargetMachine &tm, IntrinsicLowering &il) : TM(tm), IL(il) {}
+    SparcJITInfo(TargetMachine &tm) : TM(tm) {}
 
     /// addPassesToJITCompile - Add passes to the specified pass manager to
     /// implement a fast dynamic compiler for this target.  Return true if this