diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-08 23:10:53 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-01-08 23:10:53 +0000 |
| commit | a1e03cfba787a068136bbc8cfe6a2be89dd32894 (patch) | |
| tree | 379c46d5233fa8854cd40f7cb6ea856f79222d82 | |
| parent | 793d7b76261a4f9e21eb5bfce13d942651846476 (diff) | |
| download | bcm5719-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.h | 2 |
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() |

