mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Set missing x86 arch in a CodeGen regression test.
Fixes the regression test added in r240291. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240336 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
33d68a5183
commit
9a2f12cea9
@ -1,4 +1,5 @@
|
||||
; RUN: llc < %s | FileCheck %s
|
||||
; RUN: llc < %s -march=x86-64 | FileCheck %s
|
||||
; RUN: llc < %s -march=x86 | FileCheck %s
|
||||
|
||||
;CHECK-LABEL: test
|
||||
define <2 x i256> @test() {
|
||||
|
Loading…
Reference in New Issue
Block a user