mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
X86: fix comment
Fix a comment typo `DbgLocLImport` instead of `DLLImport`. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212012 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e8bd687156
commit
2c25d41c21
@ -881,7 +881,7 @@ bool X86FastISel::X86SelectCallAddress(const Value *V, X86AddressMode &AM) {
|
||||
(AM.Base.Reg != 0 || AM.IndexReg != 0))
|
||||
return false;
|
||||
|
||||
// Can't handle DbgLocLImport.
|
||||
// Can't handle DLL Import.
|
||||
if (GV->hasDLLImportStorageClass())
|
||||
return false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user