diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-10-11 03:54:21 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-10-11 03:54:21 +0000 |
| commit | d98eb44ddea257802f597b198d07108a3a4c9c32 (patch) | |
| tree | 2caef93980a252a50bcf6eb784fbf4a3df28a8d0 /test/Transforms/JumpThreading/thread-loads.ll | |
| parent | 2840c18cf559f9e3dff1c18490d1dc62153e74a0 (diff) | |
simplify some run lines, convert a test to filecheck.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83750 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/JumpThreading/thread-loads.ll')
| -rw-r--r-- | test/Transforms/JumpThreading/thread-loads.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/JumpThreading/thread-loads.ll b/test/Transforms/JumpThreading/thread-loads.ll index c8e10cae1a..96ba701046 100644 --- a/test/Transforms/JumpThreading/thread-loads.ll +++ b/test/Transforms/JumpThreading/thread-loads.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -jump-threading -mem2reg -simplifycfg -S | grep {ret i32 1} +; RUN: opt < %s -jump-threading -simplifycfg -S | grep {ret i32 1} ; rdar://6402033 ; Test that we can thread through the block with the partially redundant load (%2). |
