Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / byval5.ll
index a376709d7346dd88e3954d60d1a1ac2ab551c9ef..dca093602241f003675351ed755393610fe980c5 100644 (file)
@@ -59,8 +59,8 @@ entry:
         store i8 %a5, i8* %tmp8, align 8
         %tmp10 = getelementptr %struct.s* %a, i32 0, i32 5
         store i8 %a6, i8* %tmp10, align 8
-        call void @f( %struct.s* %a byval )
-        call void @f( %struct.s* %a byval )
+        call void @f( %struct.s* byval %a )
+        call void @f( %struct.s* byval %a )
         ret void
 }