mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user