diff options
Diffstat (limited to 'test/CodeGen/X86/GlobalISel/ext-x86-64.ll')
-rw-r--r-- | test/CodeGen/X86/GlobalISel/ext-x86-64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/GlobalISel/ext-x86-64.ll b/test/CodeGen/X86/GlobalISel/ext-x86-64.ll index b08ac062fb4b..11b03bd56110 100644 --- a/test/CodeGen/X86/GlobalISel/ext-x86-64.ll +++ b/test/CodeGen/X86/GlobalISel/ext-x86-64.ll @@ -1,7 +1,7 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -mtriple=x86_64-linux-gnu -global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=X64 -; TODO merge with ext.ll after i64 sext suported on 32bit platform +; TODO merge with ext.ll after i64 sext supported on 32bit platform define i64 @test_zext_i1(i8 %a) { ; X64-LABEL: test_zext_i1: |