summaryrefslogtreecommitdiff
path: root/test/Assembler/2009-02-28-CastOpc.ll
blob: 60356439d5f8aee544ca15406a8bb3bb8aa547df (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | llvm-dis


define void @foo() {
  bitcast i32* null to i32*
  ret void
}