1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00

Add a cpu to the test. Should fix the atom bot.

llvm-svn: 160701
This commit is contained in:
Rafael Espindola 2012-07-24 22:56:06 +00:00
parent 714ff05447
commit 1cec5b191c

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s
; RUN: llc < %s -mtriple=i686-pc-linux -mcpu=corei7 | FileCheck %s
%struct.s = type { double, float }