Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / tailcall1.ll
index d08919e668cf652b118834d9dc681741e8e8f4e4..f7ff5d5308d66411fbae3efbf394109efabb00c7 100644 (file)
@@ -1,4 +1,7 @@
-; RUN: llc < %s -march=x86 -tailcallopt | grep TAILCALL | count 4
+; RUN: llc < %s -march=x86 -tailcallopt | grep TAILCALL | count 5
+
+; With -tailcallopt, CodeGen guarantees a tail call optimization
+; for all of these.
 
 declare fastcc i32 @tailcallee(i32 %a1, i32 %a2, i32 %a3, i32 %a4)