diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-18 19:04:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-18 19:04:24 +0000 |
commit | e395598c98b70c6c30edc192d3111f5da48b324b (patch) | |
tree | 9473f1169e309d82fe9d13c00947f74ef879e3b4 /lib/VMCore | |
parent | c6acc585b86ee6744271959ed21b9d2404d1b2b1 (diff) | |
download | external_llvm-e395598c98b70c6c30edc192d3111f5da48b324b.zip external_llvm-e395598c98b70c6c30edc192d3111f5da48b324b.tar.gz external_llvm-e395598c98b70c6c30edc192d3111f5da48b324b.tar.bz2 |
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')
-rw-r--r-- | lib/VMCore/InlineAsm.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/InlineAsm.cpp b/lib/VMCore/InlineAsm.cpp index e3634e2..949e7b0 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) |