diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-19 23:13:04 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-19 23:13:04 +0000 |
| commit | 314e1cb7eee8be08b9103eeb03727dd6292a7ad0 (patch) | |
| tree | a6a41b236778a755e4d1588c6b7024d6ce648765 /llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll | |
| parent | f2e101f164f6ac1281cbab14f82c28191bf47932 (diff) | |
| download | bcm5719-llvm-314e1cb7eee8be08b9103eeb03727dd6292a7ad0.tar.gz bcm5719-llvm-314e1cb7eee8be08b9103eeb03727dd6292a7ad0.zip | |
For PR1553:
Change the keywords for the zext and sext parameter attributes to be
zeroext and signext so they don't conflict with the keywords for the
instructions of the same name. This gets around the ambiguity.
llvm-svn: 40069
Diffstat (limited to 'llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll b/llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll index a052ad8e036..497a83aa34a 100644 --- a/llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll +++ b/llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll @@ -431,9 +431,9 @@ declare i32 @report__ident_int(i32 %x) declare i8 @report__equal(i32 %x, i32 %y) -declare i8 @report__ident_char(i8 zext %x) +declare i8 @report__ident_char(i8 zeroext %x) -declare i16 @report__ident_wide_char(i16 zext %x) +declare i16 @report__ident_wide_char(i16 zeroext %x) declare i8 @report__ident_bool(i8 %x) @@ -451,4 +451,4 @@ declare void @report__legal_file_name(%struct.string___XUP* sret %agg.result, i declare void @__gnat_rcheck_06(i8*, i32) -declare void @system__string_ops__str_concat_cs(%struct.string___XUP* sret , i8 zext , i64) +declare void @system__string_ops__str_concat_cs(%struct.string___XUP* sret , i8 zeroext , i64) |

