aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineModuleInfo.h
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
commit48e8d7af49d3f3e2cd279c13b8897fcade1801a5 (patch)
tree10bb0c31078f2635dcc59c00deadd784b761b64e /include/llvm/CodeGen/MachineModuleInfo.h
parentcf89a609bc2c368e2c5c970131edc40c08175893 (diff)
downloadexternal_llvm-48e8d7af49d3f3e2cd279c13b8897fcade1801a5.tar.gz
external_llvm-48e8d7af49d3f3e2cd279c13b8897fcade1801a5.tar.bz2
external_llvm-48e8d7af49d3f3e2cd279c13b8897fcade1801a5.zip
Simplify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83123 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineModuleInfo.h')
-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 e5a962d26b..7cea0b73f6 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.
///