summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/arm64-arm64-dead-def-elimination-flag.ll
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2016-08-01 05:56:57 +0000
committerDiana Picus <diana.picus@linaro.org>2016-08-01 05:56:57 +0000
commit5bfb1b8c4ef15650468c6985d4ca87cfecbe3bfc (patch)
tree1c35b7e0578b95c963b905a25712957c11099793 /test/CodeGen/AArch64/arm64-arm64-dead-def-elimination-flag.ll
parent87efa54747891e7a8c34d401ddc7e3176e306efe (diff)
[AArch64] Register passes so they can be run by llc
Initialize all AArch64-specific passes in the TargetMachine so they can be run by llc. This can lead to conflicts in opt with some command line options that share the same name as the pass, so I took this opportunity to do some cleanups: * rename all relevant command line options from "aarch64-blah" to "aarch64-enable-blah" and update the tests accordingly * run clang-format on their declarations * move all these declarations to a common place (the TargetMachine) as opposed to having them scattered around (AArch64BranchRelaxation and AArch64AddressTypePromotion were the only offenders) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64/arm64-arm64-dead-def-elimination-flag.ll')
-rw-r--r--test/CodeGen/AArch64/arm64-arm64-dead-def-elimination-flag.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/arm64-arm64-dead-def-elimination-flag.ll b/test/CodeGen/AArch64/arm64-arm64-dead-def-elimination-flag.ll
index 863f06c8664..85aa9c44305 100644
--- a/test/CodeGen/AArch64/arm64-arm64-dead-def-elimination-flag.ll
+++ b/test/CodeGen/AArch64/arm64-arm64-dead-def-elimination-flag.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=arm64-apple-ios7.0.0 -aarch64-dead-def-elimination=false < %s | FileCheck %s
+; RUN: llc -mtriple=arm64-apple-ios7.0.0 -aarch64-enable-dead-defs=false < %s | FileCheck %s
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"