summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-02-23 09:05:01 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-02-23 09:05:01 +0000
commitf4c5cfac0df34a8d9696e1ec2563d143496a6043 (patch)
tree2d449ab6a685761f705e7da57268574bad098c8b /llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
parent3222d94a287d46d3a1fdc991b70ab48b7d4c0729 (diff)
downloadbcm5719-llvm-f4c5cfac0df34a8d9696e1ec2563d143496a6043.tar.gz
bcm5719-llvm-f4c5cfac0df34a8d9696e1ec2563d143496a6043.zip
Trailing whitespace.
llvm-svn: 96923
Diffstat (limited to 'llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp b/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
index fac84a851f7..db590534e89 100644
--- a/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
+++ b/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp
@@ -797,7 +797,7 @@ struct ToolDescription : public RefCountedBase<ToolDescription> {
// Default ctor here is needed because StringMap can only store
// DefaultConstructible objects
ToolDescription ()
- : CmdLine(0), Actions(0), OutFileOption("-o"),
+ : CmdLine(0), Actions(0), OutFileOption("-o"),
Flags(0), OnEmpty(0)
{}
ToolDescription (const std::string& n)
OpenPOWER on IntegriCloud