summaryrefslogtreecommitdiffstats
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
commita1e03cfba787a068136bbc8cfe6a2be89dd32894 (patch)
tree379c46d5233fa8854cd40f7cb6ea856f79222d82
parent793d7b76261a4f9e21eb5bfce13d942651846476 (diff)
downloadbcm5719-llvm-a1e03cfba787a068136bbc8cfe6a2be89dd32894.tar.gz
bcm5719-llvm-a1e03cfba787a068136bbc8cfe6a2be89dd32894.zip
Do not talk about TargetRegisterInfo::FirstVirtualRegister.
llvm-svn: 123097
-rw-r--r--llvm/include/llvm/CodeGen/MachineLocation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineLocation.h b/llvm/include/llvm/CodeGen/MachineLocation.h
index a1fcb9fe757..fdf28d6be28 100644
--- a/llvm/include/llvm/CodeGen/MachineLocation.h
+++ b/llvm/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()
OpenPOWER on IntegriCloud