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