Make this comment less specific.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106311 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-06-18 20:45:41 +00:00
parent ea9f151cbc
commit 1415a602ad

View File

@ -357,7 +357,8 @@ bool X86FastISel::X86SelectAddress(const Value *V, X86AddressMode &AM) {
if (const PointerType *Ty = dyn_cast<PointerType>(V->getType()))
if (Ty->getAddressSpace() > 255)
// Fast instruction selection doesn't support pointers through %fs or %gs
// Fast instruction selection doesn't support the special
// address spaces.
return false;
switch (Opcode) {