From 9eb525d4f9f12f266e18bf659c876bda59738807 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 26 Sep 2008 23:51:19 +0000 Subject: Implement function notes as function attributes. llvm-svn: 56716 --- llvm/test/CodeGen/ARM/fpow.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/ARM/fpow.ll') diff --git a/llvm/test/CodeGen/ARM/fpow.ll b/llvm/test/CodeGen/ARM/fpow.ll index 02a895bf96c..155763c9847 100644 --- a/llvm/test/CodeGen/ARM/fpow.ll +++ b/llvm/test/CodeGen/ARM/fpow.ll @@ -1,7 +1,7 @@ ; RUN: llvm-as < %s | llc -march=arm ; RUN: llvm-as < %s | llc -march=thumb -define double @t(double %x, double %y) nounwind notes(opt_size) { +define double @t(double %x, double %y) nounwind optsize { entry: %0 = tail call double @llvm.pow.f64( double %x, double %y ) ; [#uses=1] ret double %0 -- cgit v1.2.3