summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-01-08 23:10:53 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-01-08 23:10:53 +0000
commit56e4d89642d0850f6392a90136848b3647abed97 (patch)
treed4bc658fd665245f874fd07ffae547ab7a178ed2 /include
parent358de24dc121cd21911f3248b599178c86e9b467 (diff)
downloadllvm-56e4d89642d0850f6392a90136848b3647abed97.tar.gz
llvm-56e4d89642d0850f6392a90136848b3647abed97.tar.bz2
llvm-56e4d89642d0850f6392a90136848b3647abed97.tar.xz
Do not talk about TargetRegisterInfo::FirstVirtualRegister.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineLocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineLocation.h b/include/llvm/CodeGen/MachineLocation.h
index a1fcb9fe75..fdf28d6be2 100644
--- a/include/llvm/CodeGen/MachineLocation.h
+++ b/include/llvm/CodeGen/MachineLocation.h
@@ -32,7 +32,7 @@ private:
public:
enum {
// The target register number for an abstract frame pointer. The value is
- // an arbitrary value greater than TargetRegisterInfo::FirstVirtualRegister.
+ // an arbitrary value that doesn't collide with any real target register.
VirtualFP = ~0U
};
MachineLocation()