add newlines at the end of files.
authorChris Lattner <sabre@nondot.org>
Wed, 7 Apr 2010 22:53:17 +0000 (22:53 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 7 Apr 2010 22:53:17 +0000 (22:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100705 91177308-0d34-0410-b5e6-96231b3b80d8

33 files changed:
test/Analysis/BasicAA/cas.ll
test/Assembler/metadata.ll
test/Bitcode/sse41_pmulld.ll
test/CodeGen/MSP430/2009-05-17-Rot.ll
test/CodeGen/MSP430/2009-05-17-Shift.ll
test/CodeGen/PowerPC/rlwimi-keep-rsh.ll
test/CodeGen/SystemZ/00-RetVoid.ll
test/CodeGen/SystemZ/01-RetArg.ll
test/CodeGen/SystemZ/02-RetAdd.ll
test/CodeGen/SystemZ/02-RetAddImm.ll
test/CodeGen/SystemZ/02-RetAnd.ll
test/CodeGen/SystemZ/02-RetNeg.ll
test/CodeGen/SystemZ/02-RetOr.ll
test/CodeGen/SystemZ/02-RetSub.ll
test/CodeGen/SystemZ/02-RetSubImm.ll
test/CodeGen/SystemZ/02-RetXor.ll
test/CodeGen/SystemZ/02-RetXorImm.ll
test/CodeGen/SystemZ/2009-07-11-FloatBitConvert.ll
test/CodeGen/X86/dllexport.ll
test/CodeGen/X86/vec_shuffle-36.ll
test/DebugInfo/2009-10-16-Phi.ll
test/FrontendC/2008-11-02-WeakAlias.c
test/Transforms/DeadArgElim/2009-03-17-MRE-Invoke.ll
test/Transforms/DeadStoreElimination/crash.ll
test/Transforms/GVN/invariant-simple.ll
test/Transforms/GVN/lifetime-simple.ll
test/Transforms/IndVarSimplify/crash.ll
test/Transforms/Inline/externally_available.ll
test/Transforms/InstCombine/2007-12-28-IcmpSub2.ll
test/Transforms/InstCombine/odr-linkage.ll
test/Transforms/InstCombine/vec_shuffle.ll
test/Transforms/LoopIndexSplit/2008-02-08-Crash.ll
test/Transforms/LoopStrengthReduce/pr2537.ll

index 4ce7811634e2e44489bbccd0f207719fed135604..8dd3695d6d57433f339dfa36028206f140e87823 100644 (file)
@@ -12,4 +12,4 @@ define i32 @main() {
   ret i32 %d
 }
 
-declare i32 @llvm.atomic.swap.i32.p0i32(i32*, i32) nounwind
\ No newline at end of file
+declare i32 @llvm.atomic.swap.i32.p0i32(i32*, i32) nounwind
index a52de87650b702e3f26096f9bd042c0e53a6b906..50f27b4eb45fef1419cad2bf3cd337c1e0739969 100644 (file)
@@ -19,4 +19,4 @@ declare void @llvm.dbg.func.start(metadata) nounwind readnone
 !foo = !{ !0 }
 !bar = !{ !1 }
 
-; !foo = !{ !0, !"foo" }
\ No newline at end of file
+; !foo = !{ !0, !"foo" }
index caf85479bbc2cdde70fb9c3500361098c57a4f8f..6872cc0b712d48642b225dd74f6597a95985841a 100644 (file)
@@ -1,2 +1,2 @@
 ; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.pmulld}
-; RUN: llvm-dis < %s.bc | grep mul
\ No newline at end of file
+; RUN: llvm-dis < %s.bc | grep mul
index 2ae005259d4fa7c670873fc6be41f185ea7455cf..d622aa71164b28810a46e553ae7dee409769476a 100644 (file)
@@ -14,4 +14,4 @@ define i16 @rol1u16(i16 %x.arg) nounwind {
 return:
         %6 = load i16* %retval
         ret i16 %6
-}
\ No newline at end of file
+}
index 25aff60c2b3ff38751af35d5a1f042c8268dbc63..e23df785166673ec579209ebe69afaa9c344077c 100644 (file)
@@ -12,4 +12,4 @@ return:
         %3 = load i16* %retval
         ret i16 %3
 
-}
\ No newline at end of file
+}
index 7bce01c00afa34127b693d8365ce933e8b52e81c..3dc8061a52a77d16eb832e8aa279ac937305860e 100644 (file)
@@ -25,4 +25,4 @@ entry:
 return:
   ret void
 ; CHECK: blr
-}
\ No newline at end of file
+}
index de23795ab08a6961a7d7ad3383168c69e3e72b97..6f3cbac738f8e8ae4de9f59ef518cecd0104f296 100644 (file)
@@ -3,4 +3,4 @@
 define void @foo() {
 entry:
     ret void
-}
\ No newline at end of file
+}
index 9ab2097a0c89c11ff24517a3a90f374d46eefd67..8e1ff49c26fa90582a42f2549169cced119b6e57 100644 (file)
@@ -3,4 +3,4 @@
 define i64 @foo(i64 %a, i64 %b) {
 entry:
     ret i64 %b
-}
\ No newline at end of file
+}
index 9ff9b6ac383335654d4c05470222834d063d75d9..d5dfa220ad23008c92549e89fa3f37c73c520bcd 100644 (file)
@@ -3,4 +3,4 @@ define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = add i64 %a, %b
     ret i64 %c
-}
\ No newline at end of file
+}
index 6d73e4d42ab2320b6fc872aa978751ca38c8c66e..40f6cce936bd461d040e2e59932b84264fcadaa3 100644 (file)
@@ -3,4 +3,4 @@ define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = add i64 %a, 1
     ret i64 %c
-}
\ No newline at end of file
+}
index 1492f9dbee7593243213b76a6a51e564fafbceb2..b568a57f8beed4fc45d667c0068c847c1e8988d8 100644 (file)
@@ -4,4 +4,4 @@ define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = and i64 %a, %b
     ret i64 %c
-}
\ No newline at end of file
+}
index 7f3380dc16acfced3cd92f7e61dd1bc32d7e705c..3f6ba2f27fd4d43a410b6728a82ed370b5a8d198 100644 (file)
@@ -4,4 +4,4 @@ define i64 @foo(i64 %a) {
 entry:
     %c = sub i64 0, %a
     ret i64 %c
-}
\ No newline at end of file
+}
index 1e8134d2ddcc1d5420983a92e251b5c6d9e66727..a1ddb63d04abebeb930b559cbd09ec684e078879 100644 (file)
@@ -3,4 +3,4 @@ define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = or i64 %a, %b
     ret i64 %c
-}
\ No newline at end of file
+}
index 1c4514f36c93418eecb88c5e48acab6c824ce86c..98e1861365fd6be7e0f41022bc38aff37ea18299 100644 (file)
@@ -4,4 +4,4 @@ define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = sub i64 %a, %b
     ret i64 %c
-}
\ No newline at end of file
+}
index 4f91cb073997c921a1a1c1d44a6a88cd8fc259d3..8479fbf8656eaf5df3774d6bed8a4e0f7ede63f2 100644 (file)
@@ -4,4 +4,4 @@ define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = sub i64 %a, 1
     ret i64 %c
-}
\ No newline at end of file
+}
index a9439bf452a7f28e0b9ce3879175950259ff68e5..4d1adf2f367c161d8b214ab8ad4e18e2f13c9fcd 100644 (file)
@@ -3,4 +3,4 @@ define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = xor i64 %a, %b
     ret i64 %c
-}
\ No newline at end of file
+}
index ea4b8290df3b45d65b15fd08763c45dd24007eb8..473bbf74f5bc937a90bc21c9f6c3998d50b91e05 100644 (file)
@@ -3,4 +3,4 @@ define i64 @foo(i64 %a, i64 %b) {
 entry:
     %c = xor i64 %a, 1
     ret i64 %c
-}
\ No newline at end of file
+}
index 564d3438310a9b8415f9e908b7e6f19cee5a38b7..5457b12afcba0f830f84e3c6f5cd3eb48775b4b4 100644 (file)
@@ -13,4 +13,4 @@ define i32 @bar(float %a) {
 entry:
     %b = bitcast float %a to i32
     ret i32 %b
-}
\ No newline at end of file
+}
index 2c699bfb0db42764a409d2b08dd2b99962b0c6da..bdbaac05f118d4be95d8c67ce5091a9b768d940a 100644 (file)
@@ -9,4 +9,4 @@ entry:
 }
 
 ; CHECK: .section .drectve
-; CHECK: -export:@foo@0
\ No newline at end of file
+; CHECK: -export:@foo@0
index 1ea37c881e71f944fb25bad68bc0203a545f7099..8090afc7434dfd1cad068d6a4d296a5b4fa7a5d4 100644 (file)
@@ -13,4 +13,4 @@ define <8 x i16> @shuf7(<8 x i16> %t0) {
 ; CHECK: pshufd
   %tmp10 = shufflevector <8 x i16> %t0, <8 x i16> undef, <8 x i32> < i32 undef, i32 2, i32 2, i32 2, i32 2, i32 2, i32 undef, i32 undef >
   ret <8 x i16> %tmp10
-}
\ No newline at end of file
+}
index fc0375186df9390bc0bd1bfd3c01d16b4f4e6b33..0f799e3a7892ce91d0310ad69d9b24095dc087fa 100644 (file)
@@ -10,4 +10,4 @@ B2:
    ret i32 %0
 }
 
-!0 = metadata !{i32 42}
\ No newline at end of file
+!0 = metadata !{i32 42}
index 4bdc5c7bec9354b62adb970ab94e29a5ddb75482..befafe455149830467e191f2b91c0ddb83e8ed5f 100644 (file)
@@ -2,4 +2,4 @@
 // PR2691
 
 void init_IRQ(void) __attribute__((weak, alias("native_init_IRQ")));
-void native_init_IRQ(void) {}
\ No newline at end of file
+void native_init_IRQ(void) {}
index f251d6ce882c4a3cb82f6901202bef841d103f14..161821f3f8f79b73c167923eb07680aeceae2711 100644 (file)
@@ -23,4 +23,4 @@ T:
   ret i32 %y
 T2:
   unreachable
-}
\ No newline at end of file
+}
index 6d8ba71b2094d4665eb0852459ea9e250e3d89b3..5aac877a9ecf1cb9e917a2d54ec26264bea52918 100644 (file)
@@ -54,4 +54,4 @@ dead:
   store i32 4, i32* %P2
   store i32 4, i32* %Q2
   br label %dead
-}
\ No newline at end of file
+}
index 6de75f14350afe0f653ada291dbfc6a7251dae04..0a4182c410aeb8df1961ce9bcf22171995e4920d 100644 (file)
@@ -33,4 +33,4 @@ entry:
 declare i32 @foo(i8*) nounwind 
 declare i32 @bar(i8*) nounwind readonly
 declare {}* @llvm.invariant.start(i64 %S, i8* nocapture %P) readonly
-declare void @llvm.invariant.end({}* %S, i64 %SS, i8* nocapture %P)
\ No newline at end of file
+declare void @llvm.invariant.end({}* %S, i64 %SS, i8* nocapture %P)
index 8139246dcf3c8bab9a075588e352b737a7731068..d77db13b55a7e6b3003b8c7c94a780ad2e7c4ba9 100644 (file)
@@ -17,4 +17,4 @@ entry:
 }
 
 declare {}* @llvm.lifetime.start(i64 %S, i8* nocapture %P) readonly
-declare void @llvm.lifetime.end(i64 %S, i8* nocapture %P)
\ No newline at end of file
+declare void @llvm.lifetime.end(i64 %S, i8* nocapture %P)
index 14f79fefb180cae6e7ef37118680a3d36a1bfa91..ab438334c660efb9fd8f7a3aa6bca690968ccb93 100644 (file)
@@ -16,4 +16,4 @@ define void @t2(i1* %P) nounwind {
 
 ; <label>:6                                       ; preds = %1
   ret void
-}
\ No newline at end of file
+}
index 43fe5d37f9e8478718e7abd32f8e7d355c9fb226..08b56385ac0738a18b6d38f6ec4ec860c6a87f1f 100644 (file)
@@ -13,4 +13,4 @@ define i32 @result() {
   %A = call i32 @test_function()
   %B = add i32 %A, 1
   ret i32 %B
-}
\ No newline at end of file
+}
index b59548fd8e6f100e1c790e4885887750a8ffbbe4..8721c83521bfceb10cffb3e83c441590173db657 100644 (file)
@@ -86,4 +86,4 @@ entry:
        %cmp = icmp ne i32 %sub, 0
        %retval = select i1 %cmp, i32 1, i32 0
        ret i32 %retval
-}
\ No newline at end of file
+}
index a64ef289a4b6553b9785434b35bf78b8b3f67145..61365b4848abe8313a5539f406aae0df79a98de1 100644 (file)
@@ -16,4 +16,4 @@ define i32 @test() {
   %c = add i32 %b, %D
   ret i32 %c
 }
-   
\ No newline at end of file
+   
index 29adc1e208903a3f3f1e508875d020c54992971f..5132a8ff9bd14548fe920bc35d9abdc08fcea1fa 100644 (file)
@@ -86,4 +86,4 @@ define <4 x i8> @test9(<16 x i8> %tmp6) nounwind {
        %tmp7 = shufflevector <16 x i8> %tmp6, <16 x i8> undef, <4 x i32> < i32 13, i32 9, i32 4, i32 13 >              ; <<4 x i8>> [#uses=1]
        %tmp9 = shufflevector <4 x i8> %tmp7, <4 x i8> undef, <4 x i32> < i32 3, i32 1, i32 2, i32 0 >          ; <<4 x i8>> [#uses=1]
        ret <4 x i8> %tmp9
-}
\ No newline at end of file
+}
index 084746494357e8a343e1ab543a8e99cf7ef94a6d..3cfd6c96b7b2f63a88b53d96fd11517e44c4f09f 100644 (file)
@@ -45,4 +45,4 @@ bb39:         ; preds = %bb12, %bb3, %bb17
 
 return:                ; preds = %bb39
        ret void
-}
\ No newline at end of file
+}
index 73c3152d30e7505e8d927859952591c4c1c5a03b..46ad70e736d83d689359b6fd70df0a395e6e657e 100644 (file)
@@ -18,4 +18,4 @@ afterdo:                ; preds = %dobody
         ret void
 }
 
-declare void @b(i128 %add)
\ No newline at end of file
+declare void @b(i128 %add)