summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86FastISel.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-06-30 03:11:18 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-06-30 03:11:18 +0000
commite3c3fe53ebdf346c23dc64750b48c4ebd292b322 (patch)
treecde0244fa55a9ea879a628d08f6b29d2fda3e589 /llvm/lib/Target/X86/X86FastISel.cpp
parent4a1e409a4d28e4f855281e9300a61cf637405343 (diff)
downloadbcm5719-llvm-e3c3fe53ebdf346c23dc64750b48c4ebd292b322.tar.gz
bcm5719-llvm-e3c3fe53ebdf346c23dc64750b48c4ebd292b322.zip
X86: fix comment
Fix a comment typo `DbgLocLImport` instead of `DLLImport`. llvm-svn: 212012
Diffstat (limited to 'llvm/lib/Target/X86/X86FastISel.cpp')
-rw-r--r--llvm/lib/Target/X86/X86FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86FastISel.cpp b/llvm/lib/Target/X86/X86FastISel.cpp
index 8ec9f595699..d9f8967dbf0 100644
--- a/llvm/lib/Target/X86/X86FastISel.cpp
+++ b/llvm/lib/Target/X86/X86FastISel.cpp
@@ -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;
OpenPOWER on IntegriCloud