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

type i32

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