1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

[ValueTracking] fix typo; NFC

llvm-svn: 305080
This commit is contained in:
Sanjay Patel 2017-06-09 14:21:18 +00:00
parent 655b1ab83a
commit 4f80824a24

View File

@ -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;
}