diff options
author | Amaury Sechet <deadalnix@gmail.com> | 2017-05-26 13:56:54 +0000 |
---|---|---|
committer | Amaury Sechet <deadalnix@gmail.com> | 2017-05-26 13:56:54 +0000 |
commit | ba9d8ba82aab927dd8e132c947cd64efff4e09d1 (patch) | |
tree | 60f2da79a23b0df26fb7d645570677567b0fe5a3 /llvm/test/CodeGen/X86/wide-integer-cmp.ll | |
parent | 4c950235b2ad8e55f3ef83f15e875da0234cbea2 (diff) | |
download | bcm5719-llvm-ba9d8ba82aab927dd8e132c947cd64efff4e09d1.tar.gz bcm5719-llvm-ba9d8ba82aab927dd8e132c947cd64efff4e09d1.zip |
nits in wide-integer-cmp.ll . NFC
llvm-svn: 303989
Diffstat (limited to 'llvm/test/CodeGen/X86/wide-integer-cmp.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/wide-integer-cmp.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/wide-integer-cmp.ll b/llvm/test/CodeGen/X86/wide-integer-cmp.ll index fbaf500e833..b5c7f86567a 100644 --- a/llvm/test/CodeGen/X86/wide-integer-cmp.ll +++ b/llvm/test/CodeGen/X86/wide-integer-cmp.ll @@ -1,7 +1,6 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -mtriple=i686-linux-gnu %s -o - | FileCheck %s - define i32 @branch_eq(i64 %a, i64 %b) { ; CHECK-LABEL: branch_eq: ; CHECK: # BB#0: # %entry |