aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/dbg-value-range.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-01-11 22:45:28 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-01-11 22:45:28 +0000
commita518ccc26a0e01d93a58e305f7c19c42fa640bb9 (patch)
tree758e2b784c10889690850b15f9f6e0a7d816e3d0 /test/CodeGen/X86/dbg-value-range.ll
parentf27df33b02a85a030aaa4476aee7d1e8fe5921b2 (diff)
downloadexternal_llvm-a518ccc26a0e01d93a58e305f7c19c42fa640bb9.zip
external_llvm-a518ccc26a0e01d93a58e305f7c19c42fa640bb9.tar.gz
external_llvm-a518ccc26a0e01d93a58e305f7c19c42fa640bb9.tar.bz2
Enable LiveDebugVariables by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123282 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, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dbg-value-range.ll b/test/CodeGen/X86/dbg-value-range.ll
index 1ea009e..4d615d7 100644
--- a/test/CodeGen/X86/dbg-value-range.ll
+++ b/test/CodeGen/X86/dbg-value-range.ll
@@ -1,5 +1,4 @@
; RUN: llc -mtriple=x86_64-apple-darwin < %s | FileCheck %s
-; XFAIL: *
%struct.a = type { i32 }