summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmara Emerson <aemerson@apple.com>2019-06-04 23:11:42 +0000
committerAmara Emerson <aemerson@apple.com>2019-06-04 23:11:42 +0000
commit5e312be0fa8442958fab31f08ec877cc4f6f31a2 (patch)
tree4ff1cec488cc530ef46fb0062e277d7de9b29e75
parent5c7245b830eabfe85113707187f1da9bac1e17e5 (diff)
downloadbcm5719-llvm-5e312be0fa8442958fab31f08ec877cc4f6f31a2.tar.gz
bcm5719-llvm-5e312be0fa8442958fab31f08ec877cc4f6f31a2.zip
[AArch64] FastISel: fix test to specify -fast-isel when -fast-isel-abort=1 is used.
This test has been inadvertently been GISel, and now assert due to incompatible flags. llvm-svn: 362559
-rw-r--r--llvm/test/CodeGen/AArch64/arm64-fast-isel-indirectbr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-fast-isel-indirectbr.ll b/llvm/test/CodeGen/AArch64/arm64-fast-isel-indirectbr.ll
index cb54e4530a5..5f90bab9cf4 100644
--- a/llvm/test/CodeGen/AArch64/arm64-fast-isel-indirectbr.ll
+++ b/llvm/test/CodeGen/AArch64/arm64-fast-isel-indirectbr.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -fast-isel-abort=1 -verify-machineinstrs -mtriple=arm64-apple-darwin < %s | FileCheck %s
+; RUN: llc -O0 -fast-isel -fast-isel-abort=1 -verify-machineinstrs -mtriple=arm64-apple-darwin < %s | FileCheck %s
@fn.table = internal global [2 x i8*] [i8* blockaddress(@fn, %ZERO), i8* blockaddress(@fn, %ONE)], align 8
OpenPOWER on IntegriCloud