Fix RUN line in test/Transforms/LoopDeletion/crashbc.ll

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350807 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/LoopDeletion/crashbc.ll b/test/Transforms/LoopDeletion/crashbc.ll
index 056c61f..f385a29 100644
--- a/test/Transforms/LoopDeletion/crashbc.ll
+++ b/test/Transforms/LoopDeletion/crashbc.ll
@@ -1,5 +1,5 @@
 ; Make sure we don't crash when writing bitcode.
-; RUN: opt -loop-deletion -o /dev/null
+; RUN: opt < %s -loop-deletion -o /dev/null
 
 define void @f() {
   br label %bb1