aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-01-24 17:32:54 +0000
committerDan Gohman <gohman@apple.com>2009-01-24 17:32:54 +0000
commit54e853a779d56b6ca2d9bb407bcc046575aeedb3 (patch)
tree5a4273441184c33c7389598f846a5b09a189dba0 /test
parent08ffee539e2f7e5ac1784e9cb8c1cece0e3addae (diff)
downloadexternal_llvm-54e853a779d56b6ca2d9bb407bcc046575aeedb3.zip
external_llvm-54e853a779d56b6ca2d9bb407bcc046575aeedb3.tar.gz
external_llvm-54e853a779d56b6ca2d9bb407bcc046575aeedb3.tar.bz2
Add a PR comment to this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/pr3018.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/pr3018.ll b/test/CodeGen/X86/pr3018.ll
index 7d335ee..ba84711 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