Skip to content

basicAA crash on functions with empty names #2173

Closed
@efriedma-quic

Description

@efriedma-quic
Bugzilla Link 1801
Resolution FIXED
Resolved on Mar 06, 2010 14:00
Version unspecified
OS Windows XP
CC @asl,@tlattner

Extended Description

declare void @""(i32, i32)
declare void @""(i32, i32)
define void @​EWEWEW(i32) {
call void @​0(i32 1, i32 2)
call void @​1(i32 1, i32 2)
ret void
}

Crashes when run through opt -std-compile-opts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions