[PowerPC] Use ArrayRef (NFC)
This patch teaches getStoreOpcodesForSpillArray and getLoadOpcodesForSpillArray to return ArrayRef. This way, isLoadFromStackSlot and isStoreToStackSlot can use llvm::is_contained.
Loading
Please sign in to comment
This patch teaches getStoreOpcodesForSpillArray and getLoadOpcodesForSpillArray to return ArrayRef. This way, isLoadFromStackSlot and isStoreToStackSlot can use llvm::is_contained.