diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/sink-cheap-instructions.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/sink-cheap-instructions.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/sink-cheap-instructions.ll b/llvm/test/CodeGen/X86/sink-cheap-instructions.ll index 9b9a6865af9..8966ca50142 100644 --- a/llvm/test/CodeGen/X86/sink-cheap-instructions.ll +++ b/llvm/test/CodeGen/X86/sink-cheap-instructions.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=CHECK +; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s ; RUN: llc < %s -mtriple=x86_64-linux -sink-insts-to-avoid-spills | FileCheck %s -check-prefix=SINK ; Ensure that we sink copy-like instructions into loops to avoid register |