mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-17 00:50:58 +00:00
gvn small fix
http://reviews.llvm.org/D12928 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247935 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2abbcc9f0c
commit
9ac4d86567
@ -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…
Reference in New Issue
Block a user