mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 07:18:44 +00:00
parent
76acca71c9
commit
f2ab1ed0ec
@ -1939,10 +1939,8 @@ bool GVN::processLoad(LoadInst *L) {
|
|||||||
++NumGVNLoad;
|
++NumGVNLoad;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// If the value isn't available, don't do anything!
|
// If the value isn't available, don't do anything!
|
||||||
if (Dep.isClobber()) {
|
|
||||||
DEBUG(
|
DEBUG(
|
||||||
// fast print dep, using operator<< on instruction is too slow.
|
// fast print dep, using operator<< on instruction is too slow.
|
||||||
dbgs() << "GVN: load ";
|
dbgs() << "GVN: load ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user