From 7c65d4345ea93967e2d943765c3fa945beb72aab Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sun, 15 Apr 2007 07:38:21 +0000 Subject: For PR1319: Make use of the END. facility on all files > 1K so that we aren't wasting CPU cycles searching for RUN: lines that we'll never find. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36059 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll') diff --git a/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll b/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll index 6f95e925c7..3e72a182a0 100644 --- a/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll +++ b/test/Transforms/InstCombine/2006-05-04-DemandedBitCrash.ll @@ -1,4 +1,5 @@ ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output +; END. void %test() { bb38.i: -- cgit v1.2.3