summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-06-29 19:41:27 +0000
committerEric Christopher <echristo@apple.com>2011-06-29 19:41:27 +0000
commite44914178866bcf1ecee169d5e29fe93be7a0d70 (patch)
tree7cf8683b5c3da8223029c840e6c11c1e5162b586 /llvm/lib
parent372a5c2a98ff71fa0561cd70e87e0920f5d621b1 (diff)
downloadbcm5719-llvm-e44914178866bcf1ecee169d5e29fe93be7a0d70.tar.gz
bcm5719-llvm-e44914178866bcf1ecee169d5e29fe93be7a0d70.zip
Add a TODO for the Alpha port inline asm constraints.
llvm-svn: 134089
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelLowering.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
index 54433a4c36f..e8aaf353b33 100644
--- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -835,6 +835,8 @@ getRegForInlineAsmConstraint(const std::string &Constraint, EVT VT) const
case 'r':
return std::make_pair(0U, Alpha::GPRCRegisterClass);
case 'f':
+ // TODO: Do we need to add the 64-bit register class here when
+ // it contains the same registers?
return std::make_pair(0U, Alpha::F4RCRegisterClass);
}
}
OpenPOWER on IntegriCloud