From 7323999b3192293eb5985e00d97de2a4be20a039 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 24 Jan 2008 06:35:44 +0000 Subject: take these with a pr # git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46303 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/pr1505b.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/X86/pr1505b.ll') diff --git a/test/CodeGen/X86/pr1505b.ll b/test/CodeGen/X86/pr1505b.ll index fe3cf9b..d5e3507 100644 --- a/test/CodeGen/X86/pr1505b.ll +++ b/test/CodeGen/X86/pr1505b.ll @@ -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 = '' 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 >" = type { %"struct.std::ios_base", %"struct.std::basic_ostream >"*, i8, i8, %"struct.std::basic_streambuf >"*, %"struct.std::ctype"*, %"struct.std::num_get > >"*, %"struct.std::num_get > >"* } -- cgit v1.1