diff options
| author | Gabor Greif <ggreif@gmail.com> | 2007-09-11 15:32:40 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2007-09-11 15:32:40 +0000 |
| commit | 412af03cee1e45b14b85d46914bf3103067f31d5 (patch) | |
| tree | 15bce3f46036d48660c513aa16eb05bb21450bd1 /clang/Analysis/DeadStores.cpp | |
| parent | 94580c75220c8eb9263c2262489b940d55c7706b (diff) | |
| download | bcm5719-llvm-412af03cee1e45b14b85d46914bf3103067f31d5.tar.gz bcm5719-llvm-412af03cee1e45b14b85d46914bf3103067f31d5.zip | |
get rid of ugly "warning: no newline at end of file"
warnings that some compilers diagnose
llvm-svn: 41847
Diffstat (limited to 'clang/Analysis/DeadStores.cpp')
| -rw-r--r-- | clang/Analysis/DeadStores.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Analysis/DeadStores.cpp b/clang/Analysis/DeadStores.cpp index e0922eede94..a9a42a8e18f 100644 --- a/clang/Analysis/DeadStores.cpp +++ b/clang/Analysis/DeadStores.cpp @@ -79,4 +79,4 @@ void CheckDeadStores(CFG& cfg, Preprocessor& PP) { CheckDeadStores(cfg,L,PP); } -} // end namespace clang
\ No newline at end of file +} // end namespace clang |

