1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

take these with a pr #

llvm-svn: 46303
This commit is contained in:
Chris Lattner 2008-01-24 06:35:44 +00:00
parent 639468e763
commit 214c11ee6f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -mcpu=i486 | not grep fldl
; PR1505
; ModuleID = '<stdin>'
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
target triple = "i686-apple-darwin8"
@G = weak global float 0.000000e+00 ; <float*> [#uses=1]

View File

@ -1,7 +1,7 @@
; RUN: llvm-as < %s | llc -mcpu=i486 | grep fstpl | count 3
; RUN: llvm-as < %s | llc -mcpu=i486 | grep fstps | count 3
; PR1505
; ModuleID = '<stdin>'
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
target triple = "i686-apple-darwin8"
%"struct.std::basic_ios<char,std::char_traits<char> >" = type { %"struct.std::ios_base", %"struct.std::basic_ostream<char,std::char_traits<char> >"*, i8, i8, %"struct.std::basic_streambuf<char,std::char_traits<char> >"*, %"struct.std::ctype<char>"*, %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >"*, %"struct.std::num_get<char,std::istreambuf_iterator<char, std::char_traits<char> > >"* }