diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/2007-10-15-CoalescerCrash.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/2007-10-15-CoalescerCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2007-10-15-CoalescerCrash.ll b/llvm/test/CodeGen/X86/2007-10-15-CoalescerCrash.ll index c6eb6f0f0d7..65e5ed76213 100644 --- a/llvm/test/CodeGen/X86/2007-10-15-CoalescerCrash.ll +++ b/llvm/test/CodeGen/X86/2007-10-15-CoalescerCrash.ll @@ -224,7 +224,7 @@ declare void @fancy_abort(i8*, i32, i8*) declare i8* @pool_alloc(%struct.alloc_pool_def*) -declare void @llvm.memset.i64(i8*, i8, i64, i32) +declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) declare void @link_block(%struct.basic_block_def*, %struct.basic_block_def*) |

