remove a dead annotation

llvm-svn: 45163
This commit is contained in:
Chris Lattner 2007-12-18 19:04:24 +00:00
parent 200bc2d387
commit fabeb5e6c1
2 changed files with 0 additions and 4 deletions

View File

@ -132,7 +132,4 @@ public:
} // End llvm namespace
// Make sure the InlineAsm.cpp file is linked when this one is #included.
FORCE_DEFINING_FILE_TO_BE_LINKED(InlineAsm)
#endif

View File

@ -212,4 +212,3 @@ bool InlineAsm::Verify(const FunctionType *Ty, const std::string &ConstStr) {
return true;
}
DEFINING_FILE_FOR(InlineAsm)