mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 12:21:04 +00:00
Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo
llvm-svn: 55922
This commit is contained in:
parent
3d1ee171e8
commit
ddd9b2aeb0
@ -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