summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fpow.ll
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-09-26 23:51:19 +0000
committerDevang Patel <dpatel@apple.com>2008-09-26 23:51:19 +0000
commit2c9c3e73682749016d5885b67ff719f634b37d58 (patch)
treeee745b3e5a1a68cb4e954c3fdfe482b355be0d8f /test/CodeGen/ARM/fpow.ll
parente7261863c56240a55c6f57062f0e1e028dc27dba (diff)
downloadllvm-2c9c3e73682749016d5885b67ff719f634b37d58.tar.gz
llvm-2c9c3e73682749016d5885b67ff719f634b37d58.tar.bz2
llvm-2c9c3e73682749016d5885b67ff719f634b37d58.tar.xz
Implement function notes as function attributes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56716 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fpow.ll')
-rw-r--r--test/CodeGen/ARM/fpow.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fpow.ll b/test/CodeGen/ARM/fpow.ll
index 02a895bf96..155763c984 100644
--- a/test/CodeGen/ARM/fpow.ll
+++ b/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 ) ; <double> [#uses=1]
ret double %0