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


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