summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-09-24 01:11:19 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-09-24 01:11:19 +0000
commit55cf2ed148c10dd9247bc01e767f0e6904a7b389 (patch)
tree2b6ff6c9ca5b290025acb9c61ba34fa8b264c461 /llvm/test/CodeGen
parent810bf85e8a56b5065c1691574374111baa1f6a4b (diff)
downloadbcm5719-llvm-55cf2ed148c10dd9247bc01e767f0e6904a7b389.tar.gz
bcm5719-llvm-55cf2ed148c10dd9247bc01e767f0e6904a7b389.zip
Only run MF.verify() with EXPENSIVE_CHECKS=1.
llvm-svn: 140441
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/segmented-stacks.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/segmented-stacks.ll b/llvm/test/CodeGen/X86/segmented-stacks.ll
index 4a76874e848..3f0067e2926 100644
--- a/llvm/test/CodeGen/X86/segmented-stacks.ll
+++ b/llvm/test/CodeGen/X86/segmented-stacks.ll
@@ -1,8 +1,5 @@
; RUN: llc < %s -mtriple=i686-linux -segmented-stacks | FileCheck %s -check-prefix=X32
; RUN: llc < %s -mtriple=x86_64-linux -segmented-stacks | FileCheck %s -check-prefix=X64
-;
-; X86FrameLowering::adjustForSegmentedStacks is inserting code after a RET.
-; XFAIL: *
; Just to prevent the alloca from being optimized away
declare void @dummy_use(i32*, i32)
OpenPOWER on IntegriCloud