diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/thumb1-ldst-opt.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/thumb1-ldst-opt.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/thumb1-ldst-opt.ll b/llvm/test/CodeGen/ARM/thumb1-ldst-opt.ll index eb82385de0c..bb55d2ac9b1 100644 --- a/llvm/test/CodeGen/ARM/thumb1-ldst-opt.ll +++ b/llvm/test/CodeGen/ARM/thumb1-ldst-opt.ll @@ -1,4 +1,4 @@ -; RUN: llc -stop-after block-placement -o /dev/null %s | FileCheck %s +; RUN: llc -stop-after block-placement -o /dev/null %s 2>&1 | FileCheck %s target triple = "thumbv6m-none-none" |