mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 22:23:10 +00:00
R600: Hide symbols of implementation details.
Also removes an unused function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182587 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -706,7 +706,7 @@ SDNode *SITargetLowering::foldOperands(MachineSDNode *Node,
|
||||
}
|
||||
|
||||
/// \brief Helper function for adjustWritemask
|
||||
unsigned SubIdx2Lane(unsigned Idx) {
|
||||
static unsigned SubIdx2Lane(unsigned Idx) {
|
||||
switch (Idx) {
|
||||
default: return 0;
|
||||
case AMDGPU::sub0: return 0;
|
||||
|
||||
Reference in New Issue
Block a user