diff options
author | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2015-05-15 15:29:53 +0000 |
---|---|---|
committer | Nemanja Ivanovic <nemanja.i.ibm@gmail.com> | 2015-05-15 15:29:53 +0000 |
commit | ce6211f7ffc58c509f88367702854291e8b20fae (patch) | |
tree | c833d732fc59812e1e414de86c2b52353ce91ee4 /llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks.ll | |
parent | 9eb1ecb9afeda42efbc64de1ddf20ff8ed78c6c1 (diff) | |
download | bcm5719-llvm-ce6211f7ffc58c509f88367702854291e8b20fae.tar.gz bcm5719-llvm-ce6211f7ffc58c509f88367702854291e8b20fae.zip |
NFC - Test case invokes llc on a file rather than redirected from a file.
This has caused some local failures. Updating the test case to be more
like the majority of the similar test cases.
Committing on behalf of Hubert Tong (hstong@ca.ibm.com).
llvm-svn: 237449
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks.ll')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks.ll b/llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks.ll index 84fa5ee5276..1c21748d8bd 100644 --- a/llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks.ll +++ b/llvm/test/Transforms/LoopVectorize/X86/vectorization-remarks.ll @@ -5,7 +5,7 @@ ; This code has all the !dbg annotations needed to track source line information, ; but is missing the llvm.dbg.cu annotation. This prevents code generation from ; emitting debug info in the final output. -; RUN: llc -mtriple x86_64-pc-linux-gnu %s -o - | FileCheck -check-prefix=DEBUG-OUTPUT %s +; RUN: llc < %s -mtriple x86_64-pc-linux-gnu -o - | FileCheck -check-prefix=DEBUG-OUTPUT %s ; DEBUG-OUTPUT-NOT: .loc ; DEBUG-OUTPUT-NOT: {{.*}}.debug_info |