OSDN Git Service

remove a dead annotation
authorChris Lattner <sabre@nondot.org>
Tue, 18 Dec 2007 19:04:24 +0000 (19:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Dec 2007 19:04:24 +0000 (19:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45163 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/InlineAsm.h
lib/VMCore/InlineAsm.cpp

index 20c184a..7e94db1 100644 (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
index e3634e2..949e7b0 100644 (file)
@@ -212,4 +212,3 @@ bool InlineAsm::Verify(const FunctionType *Ty, const std::string &ConstStr) {
   return true;
 }
 
-DEFINING_FILE_FOR(InlineAsm)