mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Add '-mcpu=' to prevent breaking on ATOM due to different code schedule
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184591 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b47aceaf06
commit
72d59c7999
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s
|
||||
; RUN: llc < %s -mcpu=pentium4 -mtriple=i686-pc-linux | FileCheck %s
|
||||
|
||||
define i64 @foo(i32 %sum) {
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user