diff options
| author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-07-16 13:55:51 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-07-16 13:55:51 +0000 |
| commit | 3e6293e31b1e948447904fc2b7ef9ee088455141 (patch) | |
| tree | 36d2c1849646548a932016639317b353c7e65b1b /lib/Target/SystemZ/SystemZRegisterInfo.td | |
| parent | 4484c98df5eab8501adbe0dfca508cec45003cb0 (diff) | |
| download | external_llvm-3e6293e31b1e948447904fc2b7ef9ee088455141.zip external_llvm-3e6293e31b1e948447904fc2b7ef9ee088455141.tar.gz external_llvm-3e6293e31b1e948447904fc2b7ef9ee088455141.tar.bz2 | |
Fix epic bug with invalid regclass for R0D
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ/SystemZRegisterInfo.td')
| -rw-r--r-- | lib/Target/SystemZ/SystemZRegisterInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SystemZ/SystemZRegisterInfo.td b/lib/Target/SystemZ/SystemZRegisterInfo.td index e047150..bdff542 100644 --- a/lib/Target/SystemZ/SystemZRegisterInfo.td +++ b/lib/Target/SystemZ/SystemZRegisterInfo.td @@ -144,7 +144,7 @@ def : SubRegSet<5, [R0P, R2P, R4P, R6P, R8P, R10P, R12P, R14P], /// Register classes def GR32 : RegisterClass<"SystemZ", [i32], 32, // Volatile registers - [R0D, R1W, R2W, R3W, R4W, R5W, R6W, R7W, R8W, R9W, R10W, R12W, R13W, + [R0W, R1W, R2W, R3W, R4W, R5W, R6W, R7W, R8W, R9W, R10W, R12W, R13W, // Frame pointer, sometimes allocable R11W, // Volatile, but not allocable |
