aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/critical-edge-split.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-02-22 23:37:48 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-02-22 23:37:48 +0000
commitc6feeb7fa97eabe7701a6df9d5da69bd79fd8344 (patch)
treeaa8fe290b9976605dcc832964330b3d8ff795d85 /test/CodeGen/X86/critical-edge-split.ll
parent48eb39b1abe1476f248d8b8e87ca4bb7496ce346 (diff)
downloadexternal_llvm-c6feeb7fa97eabe7701a6df9d5da69bd79fd8344.zip
external_llvm-c6feeb7fa97eabe7701a6df9d5da69bd79fd8344.tar.gz
external_llvm-c6feeb7fa97eabe7701a6df9d5da69bd79fd8344.tar.bz2
These should not have been committed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96827 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/critical-edge-split.ll')
-rw-r--r--test/CodeGen/X86/critical-edge-split.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/critical-edge-split.ll b/test/CodeGen/X86/critical-edge-split.ll
index f29cbf3..4fe554d 100644
--- a/test/CodeGen/X86/critical-edge-split.ll
+++ b/test/CodeGen/X86/critical-edge-split.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin -stats -info-output-file - | grep asm-printer | grep 29
+; RUN: llc < %s -mtriple=i386-apple-darwin -tailcallopt=false -stats -info-output-file - | grep asm-printer | grep 31
%CC = type { %Register }
%II = type { %"struct.XX::II::$_74" }