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;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
// If the value isn't available, don't do anything!
|
||||
if (Dep.isClobber()) {
|
||||
// If the value isn't available, don't do anything!
|
||||
DEBUG(
|
||||
// fast print dep, using operator<< on instruction is too slow.
|
||||
dbgs() << "GVN: load ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user