aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/TargetAsmLexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MC/TargetAsmLexer.cpp')
-rw-r--r--lib/MC/TargetAsmLexer.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/MC/TargetAsmLexer.cpp b/lib/MC/TargetAsmLexer.cpp
deleted file mode 100644
index a2ff316dd8..0000000000
--- a/lib/MC/TargetAsmLexer.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-//===-- llvm/MC/TargetAsmLexer.cpp - Target Assembly Lexer ----------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#include "llvm/MC/TargetAsmLexer.h"
-using namespace llvm;
-
-TargetAsmLexer::TargetAsmLexer(const Target &T) : TheTarget(T), Lexer(NULL) {}
-TargetAsmLexer::~TargetAsmLexer() {}