From: Bjorn Pettersson Date: Thu, 10 Jan 2019 09:58:23 +0000 (+0000) Subject: Fix RUN line in test/Transforms/LoopDeletion/crashbc.ll X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fbfe678d893e9c42e82e9b9dce3aca9626ad622;p=llvm 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 056c61f77ae..f385a29c6cd 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