From: Bob Wilson Date: Mon, 17 May 2010 20:31:13 +0000 (+0000) Subject: Fix a regression in 464.h264 for thumb1 and thumb2 nightly tests. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7f43fd84db4dcb5b948b92ab4a92327c22093556;p=oota-llvm.git Fix a regression in 464.h264 for thumb1 and thumb2 nightly tests. Obvious in retrospect but not fun to debug. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103969 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrThumb.td b/lib/Target/ARM/ARMInstrThumb.td index 534a7447a1d..aa0db2f27b2 100644 --- a/lib/Target/ARM/ARMInstrThumb.td +++ b/lib/Target/ARM/ARMInstrThumb.td @@ -423,7 +423,7 @@ def tSVC : T1pI<(outs), (ins i32imm:$svc), IIC_Br, "svc", "\t$svc", []>, // binutils let isBarrier = 1, isTerminator = 1 in def tTRAP : TI<(outs), (ins), IIC_Br, - ".word 0xdefe ${:comment} trap", [(trap)]>, Encoding16 { + ".short 0xdefe ${:comment} trap", [(trap)]>, Encoding16 { let Inst{15-12} = 0b1101; let Inst{11-8} = 0b1110; }