diff options
author | Chris Lattner <sabre@nondot.org> | 2006-08-27 22:44:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-08-27 22:44:20 +0000 |
commit | c9b208c88607172bf23eb92bb1f8d8dfb833e814 (patch) | |
tree | aef10ec9aae5f4ddd99eda1c409b1ef4615af92d /test/Other/2004-08-20-PackedControlFlow.ll | |
parent | 7f8897f22e88271cfa114998a4d6088e7c8e8e11 (diff) |
Adjust tests now that opt doesn't read .ll files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29926 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other/2004-08-20-PackedControlFlow.ll')
-rw-r--r-- | test/Other/2004-08-20-PackedControlFlow.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2004-08-20-PackedControlFlow.ll b/test/Other/2004-08-20-PackedControlFlow.ll index 71ac13bae9..8c03f9affb 100644 --- a/test/Other/2004-08-20-PackedControlFlow.ll +++ b/test/Other/2004-08-20-PackedControlFlow.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llvm-dis | llvm-as +; RUN: llvm-as < %s | llvm-dis | llvm-as > /dev/null %v4f = type <4 x float> |