diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2014-01-11 21:06:00 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2014-01-11 21:06:00 +0000 |
commit | c10563d14e8e42f3c2bdafee29a48f9cf93560ee (patch) | |
tree | 15bb35b7b4f6a642ca77984a92d1eebb9cafdd07 /llvm/test/CodeGen/ARM/divmod-eabi.ll | |
parent | 66c742aeead27898f91c4a629a31c3bd4675a975 (diff) | |
download | bcm5719-llvm-c10563d14e8e42f3c2bdafee29a48f9cf93560ee.tar.gz bcm5719-llvm-c10563d14e8e42f3c2bdafee29a48f9cf93560ee.zip |
Fix broken CHECK lines.
llvm-svn: 199016
Diffstat (limited to 'llvm/test/CodeGen/ARM/divmod-eabi.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/divmod-eabi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/divmod-eabi.ll b/llvm/test/CodeGen/ARM/divmod-eabi.ll index 7a46af1e674..7f72048d391 100644 --- a/llvm/test/CodeGen/ARM/divmod-eabi.ll +++ b/llvm/test/CodeGen/ARM/divmod-eabi.ll @@ -189,7 +189,7 @@ entry: %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 |