commit | 6aa0fbf4c0d00523212b0f3aeaffc5dd8e48d92a | [log] [tgz] |
---|---|---|
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Apr 05 21:40:37 2011 +0000 |
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Tue Apr 05 21:40:37 2011 +0000 |
tree | d566bff5a621fe7c4f482a52766706a7b6007c11 | |
parent | d5a395aa9c1f60101a42a5cc9be6e6d05f0cd945 [diff] [blame] |
Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy. llvm-svn: 128935
diff --git a/llvm/test/CodeGen/X86/dbg-value-range.ll b/llvm/test/CodeGen/X86/dbg-value-range.ll index 161681f..67e3eee 100644 --- a/llvm/test/CodeGen/X86/dbg-value-range.ll +++ b/llvm/test/CodeGen/X86/dbg-value-range.ll
@@ -1,4 +1,5 @@ ; RUN: llc -mtriple=x86_64-apple-darwin < %s | FileCheck %s +; RUN: llc -mtriple=x86_64-apple-darwin -regalloc=basic < %s | FileCheck %s %struct.a = type { i32 }