Tidy up this test a bit.
authorSean Silva <chisophugis@gmail.com>
Tue, 22 Mar 2016 23:19:40 +0000 (23:19 +0000)
committerSean Silva <chisophugis@gmail.com>
Tue, 22 Mar 2016 23:19:40 +0000 (23:19 +0000)
llvm-svn: 264117

lld/test/ELF/lto/linkonce-odr.ll

index 470ae36..7a07111 100644 (file)
@@ -9,8 +9,9 @@ target triple = "x86_64-unknown-linux-gnu"
 declare void @f()
 
 define void @g() {
-  call void @f() ret void
-} 
+  call void @f()
+  ret void
+}
 
 ; Be sure that the linkonce_odr symbol 'f' is kept.
 ; CHECK: Symbol {