Add a PR comment to this test.
authorDan Gohman <gohman@apple.com>
Sat, 24 Jan 2009 17:32:54 +0000 (17:32 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 24 Jan 2009 17:32:54 +0000 (17:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62921 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/pr3018.ll

index 7d335ee2f6dea5a5333aa55eac5a8b5dcc5a18c0..ba84711c03eb1411a05916c5e376830d23f4ee3e 100644 (file)
@@ -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