diff options
Diffstat (limited to 'test/CodeGen/X86/2011-20-21-zext-ui2fp.ll')
-rw-r--r-- | test/CodeGen/X86/2011-20-21-zext-ui2fp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-20-21-zext-ui2fp.ll b/test/CodeGen/X86/2011-20-21-zext-ui2fp.ll index 75efcf5ac47bb..78cdfcf0e1f0e 100644 --- a/test/CodeGen/X86/2011-20-21-zext-ui2fp.ll +++ b/test/CodeGen/X86/2011-20-21-zext-ui2fp.ll @@ -5,7 +5,7 @@ target triple = "x86_64-unknown-linux-gnu" ; 0x1 means that we only look at the first bit. ;CHECK: 0x1 -;CHECK: ui_to_fp_conv +;CHECK-LABEL: ui_to_fp_conv: ;CHECK: ret define void @ui_to_fp_conv(<8 x float> * nocapture %aFOO, <8 x float>* nocapture %RET) nounwind { allocas: |