diff options
Diffstat (limited to 'contrib/llvm/lib/Target/MBlaze/MBlazeMachineFunction.cpp')
-rw-r--r-- | contrib/llvm/lib/Target/MBlaze/MBlazeMachineFunction.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Target/MBlaze/MBlazeMachineFunction.cpp b/contrib/llvm/lib/Target/MBlaze/MBlazeMachineFunction.cpp new file mode 100644 index 000000000000..2217b5477d6b --- /dev/null +++ b/contrib/llvm/lib/Target/MBlaze/MBlazeMachineFunction.cpp @@ -0,0 +1,14 @@ +//===-- MBlazeMachineFunctionInfo.cpp - Private data ----------------------===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#include "MBlazeMachineFunction.h" + +using namespace llvm; + +void MBlazeFunctionInfo::anchor() { } |