summaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2008-09-10 04:16:29 +0000
committerDaniel Dunbar <daniel@zuster.org>2008-09-10 04:16:29 +0000
commitc0c3b9a3d07a86490c4dae66e4f4c8eb40dec339 (patch)
tree4e0dad3a505bc0f5e98aceffae638b38881ba4be /lib/CodeGen
parentcb8930939988b92db2a1010a30e586df979d0225 (diff)
downloadllvm-c0c3b9a3d07a86490c4dae66e4f4c8eb40dec339.tar.gz
llvm-c0c3b9a3d07a86490c4dae66e4f4c8eb40dec339.tar.bz2
llvm-c0c3b9a3d07a86490c4dae66e4f4c8eb40dec339.tar.xz
Fix 80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
index c53d63e694..2c3851332a 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
@@ -4497,7 +4497,8 @@ isAllocatableRegister(unsigned Reg, MachineFunction &MF,
namespace llvm {
/// AsmOperandInfo - This contains information for each constraint that we are
/// lowering.
-struct VISIBILITY_HIDDEN 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.