diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2010-02-23 09:05:01 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2010-02-23 09:05:01 +0000 |
commit | f4c5cfac0df34a8d9696e1ec2563d143496a6043 (patch) | |
tree | 2d449ab6a685761f705e7da57268574bad098c8b /llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp | |
parent | 3222d94a287d46d3a1fdc991b70ab48b7d4c0729 (diff) | |
download | bcm5719-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.cpp | 2 |
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) |