I don't know how this ever compiled with gcc, but VC++ correctly rejects it.

llvm-svn: 22394
This commit is contained in:
Jeff Cohen 2005-07-12 02:59:38 +00:00
parent 33b8232ce0
commit ddc8b78cda
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@ using namespace llvm;
//---------------------------------------------------------------------------
// TargetSubtarget Class
//
TargetSubtarget::TargetSubtarget(const Module &M) {}
TargetSubtarget::TargetSubtarget() {}
TargetSubtarget::~TargetSubtarget() {}