[llvm-commits] [llvm] r55922 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
Daniel Dunbar
daniel at zuster.org
Mon Sep 8 09:56:11 PDT 2008
Author: ddunbar
Date: Mon Sep 8 11:56:08 2008
New Revision: 55922
URL: http://llvm.org/viewvc/llvm-project?rev=55922&view=rev
Log:
Add VISIBILITY_HIDDEN on SDISelAsmOperandInfo
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp?rev=55922&r1=55921&r2=55922&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp Mon Sep 8 11:56:08 2008
@@ -3882,7 +3882,7 @@
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.
More information about the llvm-commits
mailing list