summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWesley Peck <peckw@wesleypeck.com>2010-12-06 21:11:01 +0000
committerWesley Peck <peckw@wesleypeck.com>2010-12-06 21:11:01 +0000
commit1e8cdd599cbb0037bb37b858b1fc6c026d434373 (patch)
tree670584ee56843beccd3847f0bb5444d1b3528ab2 /test
parentf96d17b8864b9207f598ac372829f1dfad139f96 (diff)
downloadllvm-1e8cdd599cbb0037bb37b858b1fc6c026d434373.tar.gz
llvm-1e8cdd599cbb0037bb37b858b1fc6c026d434373.tar.bz2
llvm-1e8cdd599cbb0037bb37b858b1fc6c026d434373.tar.xz
Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.
Address more hazards in the MBlaze delay slot filler. patch contributed by Jack Whitham! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121037 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/MBlaze/imm.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MBlaze/imm.ll b/test/CodeGen/MBlaze/imm.ll
index 7574687f8c..6effd3e09a 100644
--- a/test/CodeGen/MBlaze/imm.ll
+++ b/test/CodeGen/MBlaze/imm.ll
@@ -22,7 +22,7 @@ define i16 @retimm_i16() {
; FPU: retimm_i16:
; FPU: rtsd
; FPU-NEXT: add
- ret i16 38212
+ ret i16 31212
}
define i32 @retimm_i32() {