diff options
Diffstat (limited to 'lib/Target/TargetJITInfo.cpp')
-rw-r--r-- | lib/Target/TargetJITInfo.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/Target/TargetJITInfo.cpp b/lib/Target/TargetJITInfo.cpp deleted file mode 100644 index aafedf8749b18..0000000000000 --- a/lib/Target/TargetJITInfo.cpp +++ /dev/null @@ -1,14 +0,0 @@ -//===- Target/TargetJITInfo.h - Target Information for JIT ------*- C++ -*-===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - -#include "llvm/Target/TargetJITInfo.h" - -using namespace llvm; - -void TargetJITInfo::anchor() { } |