mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55922 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
500233aef9
commit
1e0e04caac
@ -3882,7 +3882,7 @@ isAllocatableRegister(unsigned Reg, MachineFunction &MF,
|
||||
namespace llvm {
|
||||
/// AsmOperandInfo - This contains information for each constraint that we are
|
||||
/// lowering.
|
||||
struct SDISelAsmOperandInfo : public TargetLowering::AsmOperandInfo {
|
||||
struct VISIBILITY_HIDDEN SDISelAsmOperandInfo : public TargetLowering::AsmOperandInfo {
|
||||
/// CallOperand - If this is the result output operand or a clobber
|
||||
/// this is null, otherwise it is the incoming operand to the CallInst.
|
||||
/// This gets modified as the asm is processed.
|
||||
|
Loading…
Reference in New Issue
Block a user