Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / tailcallbyval.ll
index 7002560c82a05cd7c5ac98e60a13b74e1d48ca36..03d6f9411e68e4eb97fe98b2f1e9b43b7bd1eb67 100644 (file)
@@ -13,6 +13,6 @@ entry:
 
 define  fastcc i32 @tailcaller(%struct.s* byval %a) nounwind {
 entry:
-        %tmp4 = tail call fastcc i32 @tailcallee(%struct.s* %a byval)
+        %tmp4 = tail call fastcc i32 @tailcallee(%struct.s* byval %a )
         ret i32 %tmp4
 }