summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/Attributor.cpp
diff options
context:
space:
mode:
authorJohannes Doerfert <jdoerfert@anl.gov>2019-10-10 05:34:21 +0000
committerJohannes Doerfert <jdoerfert@anl.gov>2019-10-10 05:34:21 +0000
commit1c2afae7dcf66ee0efa5a2ffcb3222ea72dc95ba (patch)
treeba80631251dbf43f88fbb5d8dde12fa07c5a0424 /llvm/lib/Transforms/IPO/Attributor.cpp
parent72adda1740ca893ba736690f3c2e1a7c513d1874 (diff)
downloadbcm5719-llvm-1c2afae7dcf66ee0efa5a2ffcb3222ea72dc95ba.tar.gz
bcm5719-llvm-1c2afae7dcf66ee0efa5a2ffcb3222ea72dc95ba.zip
[Attributor][NFC] clang format
llvm-svn: 374281
Diffstat (limited to 'llvm/lib/Transforms/IPO/Attributor.cpp')
-rw-r--r--llvm/lib/Transforms/IPO/Attributor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/IPO/Attributor.cpp b/llvm/lib/Transforms/IPO/Attributor.cpp
index cf45c23a6b8..6b6bd0953df 100644
--- a/llvm/lib/Transforms/IPO/Attributor.cpp
+++ b/llvm/lib/Transforms/IPO/Attributor.cpp
@@ -139,8 +139,8 @@ static cl::opt<unsigned> DepRecInterval(
static cl::opt<bool> EnableHeapToStack("enable-heap-to-stack-conversion",
cl::init(true), cl::Hidden);
-static cl::opt<int> MaxHeapToStackSize("max-heap-to-stack-size",
- cl::init(128), cl::Hidden);
+static cl::opt<int> MaxHeapToStackSize("max-heap-to-stack-size", cl::init(128),
+ cl::Hidden);
/// Logic operators for the change status enum class.
///
OpenPOWER on IntegriCloud