]> granicus.if.org Git - llvm/commitdiff
[AArch64] FastISel: fix test to specify -fast-isel when -fast-isel-abort=1 is used.
authorAmara Emerson <aemerson@apple.com>
Tue, 4 Jun 2019 23:11:42 +0000 (23:11 +0000)
committerAmara Emerson <aemerson@apple.com>
Tue, 4 Jun 2019 23:11:42 +0000 (23:11 +0000)
This test has been inadvertently been GISel, and now assert due to incompatible flags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362559 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/arm64-fast-isel-indirectbr.ll

index cb54e4530a5820b1e3426b5a869ddeb0efa42c4a..5f90bab9cf46e878e445a871407301f95308517c 100644 (file)
@@ -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