Author: nicholas Date: Sun Feb 3 10:35:19 2008 New Revision: 46688 URL: http://llvm.org/viewvc/llvm-project?rev=46688&view=rev Log: Tag this test with the PR reference.
Modified: llvm/trunk/test/Transforms/InstCombine/2008-01-29-AddICmp.ll Modified: llvm/trunk/test/Transforms/InstCombine/2008-01-29-AddICmp.ll URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/2008-01-29-AddICmp.ll?rev=46688&r1=46687&r2=46688&view=diff ============================================================================== --- llvm/trunk/test/Transforms/InstCombine/2008-01-29-AddICmp.ll (original) +++ llvm/trunk/test/Transforms/InstCombine/2008-01-29-AddICmp.ll Sun Feb 3 10:35:19 2008 @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep {a.off} +; PR1949 define i1 @test1(i32 %a) { %a.off = add i32 %a, 4 ; <i32> [#uses=1] _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits