commit | 66c8021be5351d77c0d1cd8dd52f694ad837b741 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Fri Sep 11 18:17:12 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Fri Sep 11 18:17:12 2009 +0000 |
tree | 5031483a0f311ad1809cf921b6fb17aa2e0e6d46 | |
parent | 869beecde3919f7332925a43c336778be770d3b5 [diff] [blame] |
Eliminate more redundant llvm-as calls. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81540 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Transforms/SCCP/apint-select.ll b/test/Transforms/SCCP/apint-select.ll index 57f1804..c797519 100644 --- a/test/Transforms/SCCP/apint-select.ll +++ b/test/Transforms/SCCP/apint-select.ll
@@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -sccp -S | not grep select +; RUN: opt < %s -sccp -S | not grep select @A = constant i32 10