From 8fbfe678d893e9c42e82e9b9dce3aca9626ad622 Mon Sep 17 00:00:00 2001 From: Bjorn Pettersson Date: Thu, 10 Jan 2019 09:58:23 +0000 Subject: [PATCH] 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 --- test/Transforms/LoopDeletion/crashbc.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1