Free the constants that have no uses in ~LLVMContext.
[oota-llvm.git] / test / Other / 2009-06-05-no-implicit-float.ll
1
2 ; RUN: llvm-as < %s | opt -verify | llvm-dis | grep noimplicitfloat
3 define void @f() noimplicitfloat {
4 }