1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-10 02:38:50 +00:00

Fix test from r242886 to use the right triple.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242889 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Michael Kuperstein 2015-07-22 11:19:22 +00:00
parent 048e3fa68e
commit 989e1eb99f

@ -3,6 +3,7 @@
; INTEL: .intel_syntax noprefix
; ATT-NOT: .intel_syntax noprefix
target triple = "x86_64-unknown-unknown"
define i32 @test() {
entry:
ret i32 0