diff options
author | Dan Gohman <gohman@apple.com> | 2009-06-17 20:56:26 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-06-17 20:56:26 +0000 |
commit | 559254b69774d751742038309e15aa8b14a8797d (patch) | |
tree | fef1e9906f7e42b36b00c62410dc4fc18595eddd /test/Transforms/IndVarSimplify/shrunk-constant.ll | |
parent | 42c3f554f4d5e505c3e43cdcf722ec82a7a3f6a5 (diff) | |
download | external_llvm-559254b69774d751742038309e15aa8b14a8797d.zip external_llvm-559254b69774d751742038309e15aa8b14a8797d.tar.gz external_llvm-559254b69774d751742038309e15aa8b14a8797d.tar.bz2 |
Add -disable-output to a bunch of tests that don't care about the output.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73633 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/IndVarSimplify/shrunk-constant.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/shrunk-constant.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/IndVarSimplify/shrunk-constant.ll b/test/Transforms/IndVarSimplify/shrunk-constant.ll index f783b83..f1caf14 100644 --- a/test/Transforms/IndVarSimplify/shrunk-constant.ll +++ b/test/Transforms/IndVarSimplify/shrunk-constant.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -iv-users -analyze | grep store +; RUN: llvm-as < %s | opt -iv-users -analyze -disable-output | grep store define fastcc void @foo() nounwind { entry: |