mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-24 21:05:23 +00:00
Add a triple.
The test was failing on Linux because of asm syntax differences. llvm-svn: 158748
This commit is contained in:
parent
66e7517610
commit
0a9edb38d3
@ -1,4 +1,4 @@
|
|||||||
; RUN: llc -march=ppc64 < %s | FileCheck %s
|
; RUN: llc -march=ppc64 -mtriple=powerpc64-apple-darwin < %s | FileCheck %s
|
||||||
; Check that the peephole optimizer knows about sext and zext instructions.
|
; Check that the peephole optimizer knows about sext and zext instructions.
|
||||||
; CHECK: test1sext
|
; CHECK: test1sext
|
||||||
define i32 @test1sext(i64 %A, i64 %B, i32* %P, i64 *%P2) nounwind {
|
define i32 @test1sext(i64 %A, i64 %B, i32* %P, i64 *%P2) nounwind {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user