summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeMachineFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/MBlaze/MBlazeMachineFunction.h')
-rw-r--r--lib/Target/MBlaze/MBlazeMachineFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/MBlaze/MBlazeMachineFunction.h b/lib/Target/MBlaze/MBlazeMachineFunction.h
index 10d507f37b..43240eb507 100644
--- a/lib/Target/MBlaze/MBlazeMachineFunction.h
+++ b/lib/Target/MBlaze/MBlazeMachineFunction.h
@@ -118,7 +118,7 @@ public:
return false;
}
- const SmallVector<int, 16>& getLiveIn() const { return LiveInFI; }
+ const SmallVectorImpl<int> &getLiveIn() const { return LiveInFI; }
void recordReplacement(int OFI, int NFI) {
FIReplacements.insert(std::make_pair(OFI,NFI));