1. Use SubtargetFeatures in llc/lli.
[oota-llvm.git] / lib / Target / CBackend / CTargetMachine.h
index 56c5367231248ca7de7a4fe32186011b15097716..580e02e72686e77be4674cbb044816ad4a713f9d 100644 (file)
@@ -20,7 +20,8 @@ namespace llvm {
 class IntrinsicLowering;
 
 struct CTargetMachine : public TargetMachine {
-  CTargetMachine(const Module &M, IntrinsicLowering *IL) :
+  CTargetMachine(const Module &M, IntrinsicLowering *IL,
+                 const std::string &FS) :
     TargetMachine("CBackend", IL, M) {}
 
   // This is the only thing that actually does anything here.