[CodeGen] Fix FREM on 32-bit MSVC on x86
[oota-llvm.git] / test / CodeGen / AArch64 / fast-isel-vret.ll
index 9ad92273d3af97d4a53221feceb7d2c10382067f..d8a56ce48d76b194b26cc89831a012734d492ffa 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel -fast-isel-abort -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel -fast-isel-abort=1 -verify-machineinstrs < %s | FileCheck %s
 
 ; Test that we don't abort fast-isle for ret
 define <8 x i8> @ret_v8i8(<8 x i8> %a, <8 x i8> %b) {