aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7d335ee2f6..ba84711c03 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