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


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