Indent fix.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 23 May 2008 07:57:02 +0000 (07:57 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 23 May 2008 07:57:02 +0000 (07:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51477 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/ArgumentPromotion.cpp

index a6bef18e8235cded4efe9720f266c338ff46d0bd..b3d783d2aed8f88614a82c24c03774c0d65928cd 100644 (file)
@@ -75,8 +75,8 @@ namespace {
     Function *DoPromotion(Function *F, 
                           SmallPtrSet<Argument*, 8> &ArgsToPromote,
                           SmallPtrSet<Argument*, 8> &ByValArgsToTransform);
-  /// The maximum number of elements to expand, or 0 for unlimited.
-  unsigned maxElements;
+    /// The maximum number of elements to expand, or 0 for unlimited.
+    unsigned maxElements;
   };
 }