[llvm-commits] [llvm] r56048 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp

Daniel Dunbar daniel at zuster.org
Tue Sep 9 21:16:29 PDT 2008


Author: ddunbar
Date: Tue Sep  9 23:16:29 2008
New Revision: 56048

URL: http://llvm.org/viewvc/llvm-project?rev=56048&view=rev
Log:
Fix 80 col violation.

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=56048&r1=56047&r2=56048&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp Tue Sep  9 23:16:29 2008
@@ -4497,7 +4497,8 @@
 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.





More information about the llvm-commits mailing list