1. Use SubtargetFeatures in llc/lli.
[oota-llvm.git] / lib / Target / Alpha / AlphaTargetMachine.cpp
index 0854f2ac6e62122b35c8011dfb4c7ce4c4c53836..b20cfd36cd6efce48044cbda48fbffc6974eb23e 100644 (file)
@@ -58,7 +58,8 @@ unsigned AlphaTargetMachine::getJITMatchQuality() {
 #endif
 }
 
-AlphaTargetMachine::AlphaTargetMachine( const Module &M, IntrinsicLowering *IL)
+AlphaTargetMachine::AlphaTargetMachine(const Module &M, IntrinsicLowering *IL,
+                                       const std::string &FS)
   : TargetMachine("alpha", IL, true),
     FrameInfo(TargetFrameInfo::StackGrowsDown, 16, 0),
     JITInfo(*this)