commit | c10563d14e8e42f3c2bdafee29a48f9cf93560ee | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Sat Jan 11 21:06:00 2014 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Sat Jan 11 21:06:00 2014 +0000 |
tree | 15bb35b7b4f6a642ca77984a92d1eebb9cafdd07 | |
parent | 66c742aeead27898f91c4a629a31c3bd4675a975 [diff] [blame] |
Fix broken CHECK lines. llvm-svn: 199016
diff --git a/llvm/test/CodeGen/ARM/divmod-eabi.ll b/llvm/test/CodeGen/ARM/divmod-eabi.ll index 7a46af1..7f72048 100644 --- a/llvm/test/CodeGen/ARM/divmod-eabi.ll +++ b/llvm/test/CodeGen/ARM/divmod-eabi.ll
@@ -189,7 +189,7 @@ %div = sdiv i32 %a, %b ; EABI: __aeabi_idivmod ; EABI: mov [[div:r[0-9]+]], r0 -; GNU __aeabi_idiv +; GNU: __aeabi_idiv ; GNU: mov [[sum:r[0-9]+]], r0 ; DARWIN: ___divsi3 ; DARWIN: mov [[sum:r[0-9]+]], r0