diff options
| author | Chad Rosier <mcrosier@codeaurora.org> | 2016-05-12 13:27:24 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@codeaurora.org> | 2016-05-12 13:27:24 +0000 |
| commit | 39481ace402d6c05acdc9a77df98d11cf2a34654 (patch) | |
| tree | 9b70e32add41dae70b778abd93eca5506f9b984d /llvm/test | |
| parent | 5bdf86ec7c0915e592c3b222c5dbf404159ba99e (diff) | |
| download | bcm5719-llvm-39481ace402d6c05acdc9a77df98d11cf2a34654.tar.gz bcm5719-llvm-39481ace402d6c05acdc9a77df98d11cf2a34654.zip | |
[AArch64] Remove command-line option use for testing.
The EXTR combine has been in tree for over 2 years without complain, so go ahead
and remove the option.
llvm-svn: 269292
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/arm64-extract.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-extract.ll b/llvm/test/CodeGen/AArch64/arm64-extract.ll index 01984662d23..6e07c4ce4cc 100644 --- a/llvm/test/CodeGen/AArch64/arm64-extract.ll +++ b/llvm/test/CodeGen/AArch64/arm64-extract.ll @@ -1,4 +1,4 @@ -; RUN: llc -aarch64-extr-generation=true -verify-machineinstrs < %s \ +; RUN: llc -verify-machineinstrs < %s \ ; RUN: -march=arm64 | FileCheck %s define i64 @ror_i64(i64 %in) { |

