Update test to take into account for r251271.
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 26 Oct 2015 03:34:29 +0000 (03:34 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 26 Oct 2015 03:34:29 +0000 (03:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251272 91177308-0d34-0410-b5e6-96231b3b80d8

test/MC/Sparc/sparc-assembly-exprs.s

index b6f8e09e0320221fe54e1ede6d80fbc479e7c4bc..1729ee48dcf8727bdcca1a5b43a6dfccb894abd8 100644 (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