diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-divrem-x86-64.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fast-isel-divrem-x86-64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-divrem-x86-64.ll b/llvm/test/CodeGen/X86/fast-isel-divrem-x86-64.ll index 45494f139e2..f2afaa06bbe 100644 --- a/llvm/test/CodeGen/X86/fast-isel-divrem-x86-64.ll +++ b/llvm/test/CodeGen/X86/fast-isel-divrem-x86-64.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=x86_64-none-linux -fast-isel -fast-isel-abort < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-none-linux -fast-isel -fast-isel-abort -verify-machineinstrs < %s | FileCheck %s define i64 @test_sdiv64(i64 %dividend, i64 %divisor) nounwind { entry: |