mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-10 06:03:52 +00:00
[ValueTracking] fix typo; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305080 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
00d555d436
commit
c590cff5a1
@ -3078,7 +3078,7 @@ bool llvm::getConstantStringInfo(const Value *V, StringRef &Str,
|
||||
Str = StringRef("", 1);
|
||||
return true;
|
||||
}
|
||||
// We cannot instantiate a StringRef as we do not have an apropriate string
|
||||
// We cannot instantiate a StringRef as we do not have an appropriate string
|
||||
// of 0s at hand.
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user