Add a new wrapper node for a DILexicalBlock that encapsulates it and a
[oota-llvm.git] / test / CodeGen / ARM / fpow.ll
index 02a895bf96cf94833f7db0eea77e04833d2a66dd..6d487927ee616e182b3fa57340ab4bdb1ec2c39e 100644 (file)
@@ -1,7 +1,6 @@
-; RUN: llvm-as < %s | llc -march=arm
-; RUN: llvm-as < %s | llc -march=thumb
+; RUN: llc < %s -march=arm
 
-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