aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-18 19:04:24 +0000
committerChris Lattner <sabre@nondot.org>2007-12-18 19:04:24 +0000
commite395598c98b70c6c30edc192d3111f5da48b324b (patch)
tree9473f1169e309d82fe9d13c00947f74ef879e3b4
parentc6acc585b86ee6744271959ed21b9d2404d1b2b1 (diff)
remove a dead annotation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45163 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/InlineAsm.h3
-rw-r--r--lib/VMCore/InlineAsm.cpp1
2 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/InlineAsm.h b/include/llvm/InlineAsm.h
index 20c184ac2e..7e94db1a69 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 e3634e2be5..949e7b053a 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)