mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 10:38:46 +00:00
remove a dead annotation
llvm-svn: 45163
This commit is contained in:
parent
200bc2d387
commit
fabeb5e6c1
@ -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
|
||||
|
@ -212,4 +212,3 @@ bool InlineAsm::Verify(const FunctionType *Ty, const std::string &ConstStr) {
|
||||
return true;
|
||||
}
|
||||
|
||||
DEFINING_FILE_FOR(InlineAsm)
|
||||
|
Loading…
Reference in New Issue
Block a user