aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/dbg-value-range.ll
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-01-07 22:33:41 +0000
committerDevang Patel <dpatel@apple.com>2011-01-07 22:33:41 +0000
commit51a666f0e50a34b74212db9c5814153c885153a5 (patch)
treef6d7872a4050baa5c13ad2ece851c4726d8ab914 /test/CodeGen/X86/dbg-value-range.ll
parent6a6623c596fc12f64c813ea14a006ac6da3e33fe (diff)
downloadexternal_llvm-51a666f0e50a34b74212db9c5814153c885153a5.zip
external_llvm-51a666f0e50a34b74212db9c5814153c885153a5.tar.gz
external_llvm-51a666f0e50a34b74212db9c5814153c885153a5.tar.bz2
Speculatively revert r123032.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123039 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/dbg-value-range.ll')
-rw-r--r--test/CodeGen/X86/dbg-value-range.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/dbg-value-range.ll b/test/CodeGen/X86/dbg-value-range.ll
index 4d615d7..1ea009e 100644
--- a/test/CodeGen/X86/dbg-value-range.ll
+++ b/test/CodeGen/X86/dbg-value-range.ll
@@ -1,4 +1,5 @@
; RUN: llc -mtriple=x86_64-apple-darwin < %s | FileCheck %s
+; XFAIL: *
%struct.a = type { i32 }