Add back a CHECK line.

I accidentally removed it in r307730.

Thanks to Martin Storsjö for noticing!

llvm-svn: 307801
This commit is contained in:
Rafael Espindola 2017-07-12 16:14:00 +00:00
parent 6cbb5a478e
commit 1e6b49e144
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ bar:
@ ASM: movw r0, :lower16:(GOT-(.LPC0_2+8))
@ ASM-NEXT: movt r0, :upper16:(GOT-(.LPC0_2+8))
@ ASM: movw r0, :lower16:(extern_symbol+1234)
@ ASM-NEXT: movt r0, :upper16:(extern_symbol+1234)
@ ASM: movw r0, :lower16:((foo-bar)+1234)
@ ASM-NEXT: movt r0, :upper16:((foo-bar)+1234)