Update test to take into account for r251271.

llvm-svn: 251272
This commit is contained in:
David Majnemer 2015-10-26 03:34:29 +00:00
parent 0993e0b8a1
commit 7bb30968e2
1 changed files with 1 additions and 1 deletions

View File

@ -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