aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2009-01-12-CoalescerBug.ll
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-12-05 07:30:23 +0000
committerBill Wendling <isanbard@gmail.com>2009-12-05 07:30:23 +0000
commit27cae32667e68db30ebfdee6fa4727696895967f (patch)
treedf3847bde71d72374341314e7bccd5ae654273fa /test/CodeGen/X86/2009-01-12-CoalescerBug.ll
parent9c9f6a6c8f5226419d4b0bac7c0cd5cf3f8d644d (diff)
downloadexternal_llvm-27cae32667e68db30ebfdee6fa4727696895967f.zip
external_llvm-27cae32667e68db30ebfdee6fa4727696895967f.tar.gz
external_llvm-27cae32667e68db30ebfdee6fa4727696895967f.tar.bz2
Temporarily revert r90502. It was causing the llvm-gcc bootstrap on PPC to fail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90653 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-01-12-CoalescerBug.ll')
-rw-r--r--test/CodeGen/X86/2009-01-12-CoalescerBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-01-12-CoalescerBug.ll b/test/CodeGen/X86/2009-01-12-CoalescerBug.ll
index 8e41e5a..27a7113 100644
--- a/test/CodeGen/X86/2009-01-12-CoalescerBug.ll
+++ b/test/CodeGen/X86/2009-01-12-CoalescerBug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | grep movq | count 1
+; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | grep movq | count 2
; PR3311
%struct.CUMULATIVE_ARGS = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32 }