diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-30 07:22:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-30 07:22:15 +0000 |
commit | dc50b3587cc167c7dc13b63180bdb11017d01afd (patch) | |
tree | 56ea69ea42114284e6dc85d9675e4fa54f9e215a | |
parent | b685af3e60150f5bf513db161d982fcb8654c7b1 (diff) |
The pass was removed, but the spirit lives on
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24108 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Generic/ConstantExprLowering.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/ConstantExprLowering.llx b/test/CodeGen/Generic/ConstantExprLowering.llx index b511825f95..20c3ef6f81 100644 --- a/test/CodeGen/Generic/ConstantExprLowering.llx +++ b/test/CodeGen/Generic/ConstantExprLowering.llx @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -lowerconstantexprs -disable-output +; RUN: llvm-as < %s | llc %.str_1 = internal constant [16 x sbyte] c"%d %d %d %d %d\0A\00" |