From 5e73d5bd2e98afda12fa69a7ea83050c69be0d34 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Wed, 24 Jan 2007 18:45:13 +0000 Subject: Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves by value so that clean up is less confusing (these vectors tend to be small.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33488 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/MRegisterInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Target/MRegisterInfo.cpp') diff --git a/lib/Target/MRegisterInfo.cpp b/lib/Target/MRegisterInfo.cpp index 515ff9af73..01295e802a 100644 --- a/lib/Target/MRegisterInfo.cpp +++ b/lib/Target/MRegisterInfo.cpp @@ -64,7 +64,7 @@ void MRegisterInfo::getLocation(MachineFunction &MF, unsigned Index, /// getInitialFrameState - Returns a list of machine moves that are assumed /// on entry to a function. void -MRegisterInfo::getInitialFrameState(std::vector &Moves) const { +MRegisterInfo::getInitialFrameState(std::vector &Moves) const { // Default is to do nothing. } -- cgit v1.2.3-70-g09d2