mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-07 10:02:22 +00:00
Fix comment
llvm-svn: 268102
This commit is contained in:
parent
349213f941
commit
2c15956749
@ -296,7 +296,7 @@ public:
|
||||
///
|
||||
/// (store (y (conv x)), y*)) -> (store x, (x*))
|
||||
virtual bool isStoreBitCastBeneficial(EVT StoreVT, EVT BitcastVT) const {
|
||||
// Default to the same logic as stores.
|
||||
// Default to the same logic as loads.
|
||||
return isLoadBitCastBeneficial(StoreVT, BitcastVT);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user