aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/ProfilePaths/2002-05-22-CastCrash.ll
blob: a674a4d698aaae18144611c57e0b41049f1d0d8d (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: as < %s | opt -paths
;
%globalCrc = uninitialized global uint         ; <uint*> [#uses=1]

void "initialiseCRC"() {
bb1:                                    ;[#uses=0]
        store uint 4294967295, uint* %globalCrc
        ret void
}