Make this comment less specific.
authorDan Gohman <gohman@apple.com>
Fri, 18 Jun 2010 20:45:41 +0000 (20:45 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 18 Jun 2010 20:45:41 +0000 (20:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106311 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86FastISel.cpp

index cbdfd648429009f42675fa72e80f8a0ff6936efb..0c261ba6ecf0a66d17401e4cd295fb8b940e3474 100644 (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) {