summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-11-29 00:41:40 +0000
committerChris Lattner <sabre@nondot.org>2005-11-29 00:41:40 +0000
commit7a18a25d336c4855044952a312763ef245e6ca8a (patch)
treed3d3a511f270aac3bc253d2ac7fcdccc1bab99d9 /llvm/lib/Target
parentd3bc8cb26d3b1b7084ac8433a79d16f9be595ff0 (diff)
downloadbcm5719-llvm-7a18a25d336c4855044952a312763ef245e6ca8a.tar.gz
bcm5719-llvm-7a18a25d336c4855044952a312763ef245e6ca8a.zip
don't say this is i128, because it isn't yet. Hopefully nate will change
this to be something sane, but in the mean time it is unused, so safe to make something bogus. llvm-svn: 24504
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/PowerPC/PPCRegisterInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.td b/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
index abb021549b2..975dcbd31b3 100644
--- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
+++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.td
@@ -192,7 +192,7 @@ def F4RC : RegisterClass<"PPC", f32, 32, [F0, F1, F2, F3, F4, F5, F6, F7,
F8, F9, F10, F11, F12, F13, F14, F15, F16, F17, F18, F19, F20, F21,
F22, F23, F24, F25, F26, F27, F28, F29, F30, F31]>;
-def VRRC : RegisterClass<"PPC", i128, 128, [V0, V1, V2, V3, V4, V5, V6, V7, V8,
+def VRRC : RegisterClass<"PPC", f64/*FIXME*/, 128, [V0, V1, V2, V3, V4, V5, V6, V7, V8,
V9, V10, V11, V12, V13, V14, V15, V16, V17, V18, V19, V20, V21, V22, V23,
V24, V25, V26, V27, V28, V29, V30, V31]>;
OpenPOWER on IntegriCloud