Rather than asserting. Dump out the MI that we are not able to encode and abort.
[oota-llvm.git] / lib / Target / TargetSubtarget.cpp
index ebb1308475211d6264785c5c1294a1a4e970fa1b..95c92cabaf70fce3db6b9dac2e52870646c2465b 100644 (file)
@@ -2,8 +2,8 @@
 //
 //                     The LLVM Compiler Infrastructure
 //
-// This file was developed by Nate Begeman and is distributed under the 
-// University of Illinois Open Source License. See LICENSE.TXT for details.
+// This file 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() {}