diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2005-01-24 19:44:07 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2005-01-24 19:44:07 +0000 |
commit | 2d6f022a9877bf08cad6f94d29c1c11596ec9499 (patch) | |
tree | 4d7cefbe6c8dd6ad50532e9940f684c4c81e83d4 /lib/Target/Alpha/AlphaRegisterInfo.cpp | |
parent | a7246caf8ff6f26eaad40962bcc9c2e48af7776c (diff) |
Clean ups, and taught the instruction selector about immediate forms
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19816 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaRegisterInfo.cpp')
-rw-r--r-- | lib/Target/Alpha/AlphaRegisterInfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/Alpha/AlphaRegisterInfo.cpp b/lib/Target/Alpha/AlphaRegisterInfo.cpp index 58a1a8d9a4..807193a387 100644 --- a/lib/Target/Alpha/AlphaRegisterInfo.cpp +++ b/lib/Target/Alpha/AlphaRegisterInfo.cpp @@ -1,4 +1,4 @@ -//===- PPC64RegisterInfo.cpp - PowerPC64 Register Information ---*- C++ -*-===// +//===- AlphaRegisterInfo.cpp - Alpha Register Information ---*- C++ -*-----===// // // The LLVM Compiler Infrastructure // @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file contains the PowerPC64 implementation of the MRegisterInfo class. +// This file contains the Alpha implementation of the MRegisterInfo class. // //===----------------------------------------------------------------------===// |