diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/GlobalISel/trunc.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/GlobalISel/trunc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/GlobalISel/trunc.ll b/llvm/test/CodeGen/X86/GlobalISel/trunc.ll index a56fc3b5a87..6c0f01673af 100644 --- a/llvm/test/CodeGen/X86/GlobalISel/trunc.ll +++ b/llvm/test/CodeGen/X86/GlobalISel/trunc.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: llc -mtriple=x86_64-linux-gnu -global-isel < %s -o - | FileCheck %s --check-prefix=CHECK +; RUN: llc -mtriple=x86_64-linux-gnu -global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=CHECK define i1 @trunc_i32toi1(i32 %a) { ; CHECK-LABEL: trunc_i32toi1: |