diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-17 00:09:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-17 00:09:08 +0000 |
commit | 8a39257fa5b746a82989ed6c0c2b0d527dd43422 (patch) | |
tree | 75c2fcda57614f1b4cbb6c68cb169469efcb2acb | |
parent | 709f6ecd035e59580d8254c82ab197d58ea391e4 (diff) | |
download | external_llvm-8a39257fa5b746a82989ed6c0c2b0d527dd43422.zip external_llvm-8a39257fa5b746a82989ed6c0c2b0d527dd43422.tar.gz external_llvm-8a39257fa5b746a82989ed6c0c2b0d527dd43422.tar.bz2 |
this line was commented out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47228 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Assembler/ConstantExprFold.llx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/ConstantExprFold.llx b/test/Assembler/ConstantExprFold.llx index 3674813..e32cc66 100644 --- a/test/Assembler/ConstantExprFold.llx +++ b/test/Assembler/ConstantExprFold.llx @@ -22,5 +22,5 @@ global i1 icmp slt (i64* @A, i64* getelementptr (i64* @A, i64 1)) ; true global i1 icmp slt (i64* @A, i64* getelementptr (i64* @A, i64 0)) ; false global i1 icmp slt (i32* getelementptr (%Ty* @B, i64 0, i32 0), i32* getelementptr (%Ty* @B, i64 0, i32 1)) ; true -global i1 icmp ne (i64* @A, i64* bitcast (%Ty* @B to i64*)) ; true +;global i1 icmp ne (i64* @A, i64* bitcast (%Ty* @B to i64*)) ; true |