1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Correction. Use explicit target triple in the test.

llvm-svn: 131252
This commit is contained in:
Galina Kistanova 2011-05-12 21:55:34 +00:00
parent dd08ae41c6
commit f8f6de03c6

View File

@ -1,4 +1,4 @@
; RUN: llc -O1 -march=arm -mattr=+vfp2 -float-abi=hard < %s | FileCheck %s
; RUN: llc -O1 -march=arm -mattr=+vfp2 -mtriple=arm-linux-gnueabi < %s | FileCheck %s
; pr4939
define void @test(double* %x, double* %y) nounwind {