forked from OSchip/llvm-project
Update test to take into account for r251271.
llvm-svn: 251272
This commit is contained in:
parent
0993e0b8a1
commit
7bb30968e2
|
@ -3,7 +3,7 @@
|
|||
! CHECK: mov 1033, %o1 ! encoding: [0x92,0x10,0x24,0x09]
|
||||
mov (0x400|9), %o1
|
||||
! CHECK: mov 60, %o2 ! encoding: [0x94,0x10,0x20,0x3c]
|
||||
mov (12+3<<2), %o2
|
||||
mov ((12+3)<<2), %o2
|
||||
|
||||
! "." is exactly like a temporary symbol equated to the current line.
|
||||
! RUN: llvm-mc %s -arch=sparc | FileCheck %s --check-prefix=DOTEXPR
|
||||
|
|
Loading…
Reference in New Issue