diff options
author | Alexander Kornienko <alexfh@google.com> | 2016-02-23 11:19:56 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2016-02-23 11:19:56 +0000 |
commit | d95b5d449070e4514bb983f4cb9d4e7b596d6352 (patch) | |
tree | 55a22347f370c23c1376fe5daf9804b626ee0fb6 | |
parent | a7de98205a7d97dd78efbc1e01c5c6e03abeaceb (diff) | |
download | bcm5719-llvm-d95b5d449070e4514bb983f4cb9d4e7b596d6352.tar.gz bcm5719-llvm-d95b5d449070e4514bb983f4cb9d4e7b596d6352.zip |
Remove a space after a trailing backslash.
llvm-svn: 261629
-rw-r--r-- | llvm/test/CodeGen/X86/half.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/half.ll b/llvm/test/CodeGen/X86/half.ll index 442c67eb363..4c164b58bfe 100644 --- a/llvm/test/CodeGen/X86/half.ll +++ b/llvm/test/CodeGen/X86/half.ll @@ -2,7 +2,7 @@ ; RUN: | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-LIBCALL -check-prefix=BWON ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=-f16c -asm-verbose=false -fixup-byte-word-insts=0 \ ; RUN: | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-LIBCALL -check-prefix=BWOFF -; RUN: llc < %s -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+f16c -asm-verbose=false -fixup-byte-word-insts=1 \ +; RUN: llc < %s -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+f16c -asm-verbose=false -fixup-byte-word-insts=1 \ ; RUN: | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-F16C -check-prefix=BWON ; RUN: llc < %s -mtriple=i686-unknown-linux-gnu -mattr +sse2 -asm-verbose=false -fixup-byte-word-insts=0 \ ; RUN: | FileCheck %s -check-prefix=CHECK-I686 |