XFAIL SROA test until Chandler can get to it.

llvm-svn: 164128
This commit is contained in:
Benjamin Kramer 2012-09-18 14:27:53 +00:00
parent 83dafaf3db
commit d4d37db071
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
; RUN: opt < %s -sroa -S | FileCheck %s
; RUN: opt < %s -sroa -force-ssa-updater -S | FileCheck %s
; XFAIL: *
target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n8:16:32:64"
declare void @llvm.lifetime.start(i64, i8* nocapture)