mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-23 19:17:17 +00:00
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149289 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
431985a421
commit
0cf6b99b96
@ -780,7 +780,7 @@ static int AnalyzeLoadFromClobberingWrite(Type *LoadTy, Value *LoadPtr,
|
||||
Value *WritePtr,
|
||||
uint64_t WriteSizeInBits,
|
||||
const TargetData &TD) {
|
||||
// If the loaded or stored value is an first class array or struct, don't try
|
||||
// If the loaded or stored value is a first class array or struct, don't try
|
||||
// to transform them. We need to be able to bitcast to integer.
|
||||
if (LoadTy->isStructTy() || LoadTy->isArrayTy())
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user