[Hexagon] Replacing old fadd/fsub instructions and updating references.
[oota-llvm.git] / test / CodeGen / Hexagon / dadd.ll
index 602978ac01d3dd204e90631c42bdfc0cecf65453..a86a90c89a110aa4129258a152b758b22f429a0f 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llc -march=hexagon -mcpu=hexagonv5  < %s | FileCheck %s
 ; Check that we generate double precision floating point add in V5.
 
-; CHECK: r{{[0-9]+}}:{{[0-9]+}} = dfadd(r{{[0-9]+}}:{{[0-9]+}}, r{{[0-9]+}}:{{[0-9]+}})
+; CHECK: call __hexagon_adddf3
 
 
 define i32 @main() nounwind {