diff options
author | Evgeny Astigeevich <evgeny.astigeevich@arm.com> | 2016-04-21 09:36:49 +0000 |
---|---|---|
committer | Evgeny Astigeevich <evgeny.astigeevich@arm.com> | 2016-04-21 09:36:49 +0000 |
commit | fc972f14510df47b5e01736a3ed251c785f82414 (patch) | |
tree | 6691b5e3e8413c592bffdb3a94065c599ef5eef5 | |
parent | 9cba1b52efdd033ffb1c8b6b97d72ecdbb18d600 (diff) | |
download | bcm5719-llvm-fc972f14510df47b5e01736a3ed251c785f82414.tar.gz bcm5719-llvm-fc972f14510df47b5e01736a3ed251c785f82414.zip |
Updated a test not to produce an empty s-file.
llvm-svn: 266971
-rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir b/llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir index 525c8e140ca..50344db317f 100644 --- a/llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir +++ b/llvm/test/CodeGen/AArch64/arm64-regress-opt-cmp.mir @@ -1,4 +1,4 @@ -# RUN: llc -mtriple=aarch64-linux-gnu -run-pass peephole-opts %s 2>&1 | FileCheck %s +# RUN: llc -mtriple=aarch64-linux-gnu -run-pass peephole-opts -o - %s 2>&1 | FileCheck %s # CHECK: %1 = ANDWri {{.*}} # CHECK-NEXT: %wzr = SUBSWri {{.*}} --- | |