summaryrefslogtreecommitdiff
path: root/lib/VMCore/InlineAsm.cpp
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 /lib/VMCore/InlineAsm.cpp
parentc6acc585b86ee6744271959ed21b9d2404d1b2b1 (diff)
downloadllvm-e395598c98b70c6c30edc192d3111f5da48b324b.tar.gz
llvm-e395598c98b70c6c30edc192d3111f5da48b324b.tar.bz2
llvm-e395598c98b70c6c30edc192d3111f5da48b324b.tar.xz
remove a dead annotation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45163 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/InlineAsm.cpp')
-rw-r--r--lib/VMCore/InlineAsm.cpp1
1 files changed, 0 insertions, 1 deletions
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)