[llvm-commits] [llvm] r46688 - /llvm/trunk/test/Transforms/InstCombine/2008-01-29-AddICmp.ll

Nick Lewycky nicholas at mxc.ca
Sun Feb 3 08:35:20 PST 2008


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]





More information about the llvm-commits mailing list