From ede2d7d7451189b618cb3a510bfb24ed2185f868 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 8 Sep 2008 16:56:08 +0000 Subject: [PATCH] Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo llvm-svn: 55922 --- llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index 1c2a87cda0b4..8e571cf8ce72 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.