Fix tests that didn't test anything.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 26 Sep 2012 09:51:39 +0000 (09:51 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 26 Sep 2012 09:51:39 +0000 (09:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164686 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/bug_null_debuginfo.ll
test/Transforms/LoopUnroll/pr11361.ll
test/Transforms/LoopUnswitch/2011-06-02-CritSwitch.ll

index a7fdf70d71c798a31f9bc39f350d8adefbbea1cb..b17affed893cb52e914d28e8f16072e22f48930a 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llc
-
+; RUN: llc < %s
 
 !llvm.dbg.cu = !{!0}
 
index 7ce7f5fe460055f1c08874170283f557d391355a..62de2f728d2395e22cce0fadfad51cc93dddbdfc 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -loop-unroll -disable-output
+; RUN: opt -loop-unroll -disable-output < %s
 ; PR11361
 
 ; This tests for an iterator invalidation issue.
index 61c54ddb156b450052f65af5751bd927a8e3981a..609520064a7a73fc1e995cfab365fa23ad60a9aa 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -loop-unswitch -disable-output
+; RUN: opt -loop-unswitch -disable-output < %s
 ; PR10031
 
 define i32 @test(i32 %command) {