diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-01-11 00:23:11 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-01-11 00:23:11 +0000 |
| commit | a052e12c97c320aca348919d68c85fe8925e2d80 (patch) | |
| tree | 41766fe191b6c490e12b769d4a99a5dd90186ee4 | |
| parent | 7f6d84b9c1fb50f37e70af3b4e422d9def3ec77e (diff) | |
| download | bcm5719-llvm-a052e12c97c320aca348919d68c85fe8925e2d80.tar.gz bcm5719-llvm-a052e12c97c320aca348919d68c85fe8925e2d80.zip | |
Fix odd whitespace.
llvm-svn: 198978
| -rw-r--r-- | llvm/include/llvm/IR/Module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Module.h b/llvm/include/llvm/IR/Module.h index eb1812c09b4..822b8a45656 100644 --- a/llvm/include/llvm/IR/Module.h +++ b/llvm/include/llvm/IR/Module.h @@ -150,7 +150,7 @@ public: /// Emits a warning if two values disagree. The result value will be the /// operand for the flag from the first module being linked. - Warning = 2, + Warning = 2, /// Adds a requirement that another module flag be present and have a /// specified value after linking is performed. The value must be a metadata |

