diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-09-08 16:56:08 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-09-08 16:56:08 +0000 |
commit | ede2d7d7451189b618cb3a510bfb24ed2185f868 (patch) | |
tree | 15a7542d9b1e5760753b37e6f1d814bfe0c4302f /llvm/lib | |
parent | c05dca95a21825dc10fd788781d64a585e347767 (diff) | |
download | bcm5719-llvm-ede2d7d7451189b618cb3a510bfb24ed2185f868.tar.gz bcm5719-llvm-ede2d7d7451189b618cb3a510bfb24ed2185f868.zip |
Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo
llvm-svn: 55922
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index 1c2a87cda0b..8e571cf8ce7 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp @@ -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. |