diff --git a/lib/Target/X86/X86FastISel.cpp b/lib/Target/X86/X86FastISel.cpp index cbdfd648429..0c261ba6ecf 100644 --- a/lib/Target/X86/X86FastISel.cpp +++ b/lib/Target/X86/X86FastISel.cpp @@ -357,7 +357,8 @@ bool X86FastISel::X86SelectAddress(const Value *V, X86AddressMode &AM) { if (const PointerType *Ty = dyn_cast(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) {