From e395598c98b70c6c30edc192d3111f5da48b324b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 18 Dec 2007 19:04:24 +0000 Subject: [PATCH] remove a dead annotation git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45163 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/InlineAsm.h | 3 --- lib/VMCore/InlineAsm.cpp | 1 - 2 files changed, 4 deletions(-) diff --git a/include/llvm/InlineAsm.h b/include/llvm/InlineAsm.h index 20c184ac2e7..7e94db1a69c 100644 --- a/include/llvm/InlineAsm.h +++ b/include/llvm/InlineAsm.h @@ -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 diff --git a/lib/VMCore/InlineAsm.cpp b/lib/VMCore/InlineAsm.cpp index e3634e2be53..949e7b053a8 100644 --- a/lib/VMCore/InlineAsm.cpp +++ b/lib/VMCore/InlineAsm.cpp @@ -212,4 +212,3 @@ bool InlineAsm::Verify(const FunctionType *Ty, const std::string &ConstStr) { return true; } -DEFINING_FILE_FOR(InlineAsm) -- 2.34.1