Disable x86 fastcc from passing args in registers
[oota-llvm.git] / lib / Target / TargetSubtarget.cpp
index ebb1308475211d6264785c5c1294a1a4e970fa1b..a8bb9b968267cc9c0db784f775ff67c409040b38 100644 (file)
@@ -2,7 +2,7 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Nate Begeman and is distributed under the 
+// This file was developed by Nate Begeman and is distributed under the
 // University of Illinois Open Source License. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
@@ -17,6 +17,6 @@ using namespace llvm;
 //---------------------------------------------------------------------------
 // TargetSubtarget Class
 //
-TargetSubtarget::TargetSubtarget(const Module &M) {}
+TargetSubtarget::TargetSubtarget() {}
 
 TargetSubtarget::~TargetSubtarget() {}