aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-09-30 00:14:40 +0000
committerDevang Patel <dpatel@apple.com>2009-09-30 00:14:40 +0000
commitfdc826f6e834a2da80965a34f2ffb5d869fd8c64 (patch)
tree10bb0c31078f2635dcc59c00deadd784b761b64e /include
parent0dad89fa94536284d51f60868326294b725a0c61 (diff)
downloadexternal_llvm-fdc826f6e834a2da80965a34f2ffb5d869fd8c64.zip
external_llvm-fdc826f6e834a2da80965a34f2ffb5d869fd8c64.tar.gz
external_llvm-fdc826f6e834a2da80965a34f2ffb5d869fd8c64.tar.bz2
Simplify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83123 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineModuleInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineModuleInfo.h b/include/llvm/CodeGen/MachineModuleInfo.h
index e5a962d..7cea0b7 100644
--- a/include/llvm/CodeGen/MachineModuleInfo.h
+++ b/include/llvm/CodeGen/MachineModuleInfo.h
@@ -153,7 +153,7 @@ public:
/// BeginFunction - Begin gathering function meta information.
///
- void BeginFunction(MachineFunction *MF);
+ void BeginFunction(MachineFunction *MF) {}
/// EndFunction - Discard function meta information.
///