[llvm-commits] [llvm] r82471 - /llvm/trunk/test/CodeGen/X86/peep-test-3.ll

Dan Gohman gohman at apple.com
Mon Sep 21 11:32:20 PDT 2009


Author: djg
Date: Mon Sep 21 13:32:20 2009
New Revision: 82471

URL: http://llvm.org/viewvc/llvm-project?rev=82471&view=rev
Log:
Add a comment mentioning the rdar number associated with this test.

Modified:
    llvm/trunk/test/CodeGen/X86/peep-test-3.ll

Modified: llvm/trunk/test/CodeGen/X86/peep-test-3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/peep-test-3.ll?rev=82471&r1=82470&r2=82471&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/peep-test-3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/peep-test-3.ll Mon Sep 21 13:32:20 2009
@@ -1,4 +1,5 @@
 ; RUN: llc < %s -march=x86 | FileCheck %s
+; rdar://7226797
 
 ; LLVM should omit the testl and use the flags result from the orl.
 





More information about the llvm-commits mailing list