commit | 6d9896f153359785299651bcffd363fdefd67a4c | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Mon Dec 08 17:02:37 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Mon Dec 08 17:02:37 2008 +0000 |
tree | 312cf90ec40df42fd17af83c64279d789f95154f | |
parent | 174f938bd042a19d1a840eef6ed162fc938e2fd9 [diff] [blame] |
Undo previous patch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60701 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll b/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll index 430ada4..3bc5726 100644 --- a/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll +++ b/test/Transforms/LoopUnswitch/2008-11-03-Invariant.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -loop-unswitch -stats | not grep loop-unswitch +; RUN: llvm-as < %s | opt -loop-unswitch -verify -disable-output define void @test_fc_while_continue_or(float %x, float %y, float* %result) nounwind {