forked from OSchip/llvm-project
I don't know how this ever compiled with gcc, but VC++ correctly rejects it.
llvm-svn: 22394
This commit is contained in:
parent
33b8232ce0
commit
ddc8b78cda
|
@ -17,6 +17,6 @@ using namespace llvm;
|
|||
//---------------------------------------------------------------------------
|
||||
// TargetSubtarget Class
|
||||
//
|
||||
TargetSubtarget::TargetSubtarget(const Module &M) {}
|
||||
TargetSubtarget::TargetSubtarget() {}
|
||||
|
||||
TargetSubtarget::~TargetSubtarget() {}
|
||||
|
|
Loading…
Reference in New Issue