diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-02-05 19:39:44 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-02-05 19:39:44 +0000 |
commit | 07b884af25d28928880e77cd902eda0b74e0949a (patch) | |
tree | f55ca55713fd1b7c4b6b7b271af7b516759fd9d3 /test/Transforms/GlobalOpt | |
parent | da6bf1d8bbf8e787f7c0edffbad40531dd520446 (diff) |
Added missing newline to end of test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GlobalOpt')
-rw-r--r-- | test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll b/test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll index f447fe6287..9295c2025a 100644 --- a/test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll +++ b/test/Transforms/GlobalOpt/externally-initialized-global-ctr.ll @@ -32,4 +32,4 @@ define void @print() { ret void } -!2009 = metadata !{}
\ No newline at end of file +!2009 = metadata !{} |