From: Dan Gohman Date: Sat, 24 Jan 2009 17:32:54 +0000 (+0000) Subject: Add a PR comment to this test. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=54e853a779d56b6ca2d9bb407bcc046575aeedb3;p=oota-llvm.git Add a PR comment to this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62921 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/pr3018.ll b/test/CodeGen/X86/pr3018.ll index 7d335ee2f6d..ba84711c03e 100644 --- a/test/CodeGen/X86/pr3018.ll +++ b/test/CodeGen/X86/pr3018.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as < %s | llc -march=x86 | grep {orl \$1} +; PR3018 define i32 @test(i32 %A) nounwind { %B = or i32 %A, 1