aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorManman Ren <mren@apple.com>2013-02-13 20:23:48 +0000
committerManman Ren <mren@apple.com>2013-02-13 20:23:48 +0000
commitf098620095727dd2a823a94a3a8d47108361ad83 (patch)
tree5b199bdbbd27742d19fd2afecb4bc0226a41bb49 /test/DebugInfo
parentee740ddf9d8248e39032567dc22766b0f8b45cd6 (diff)
downloadexternal_llvm-f098620095727dd2a823a94a3a8d47108361ad83.zip
external_llvm-f098620095727dd2a823a94a3a8d47108361ad83.tar.gz
external_llvm-f098620095727dd2a823a94a3a8d47108361ad83.tar.bz2
Clean up LDV, no functionality change.
Remove dead functions: renameRegister Move private member variables from LDV to Impl Remove ssp/uwtable from testing case git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175072 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/X86/misched-dbg-value.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/misched-dbg-value.ll b/test/DebugInfo/X86/misched-dbg-value.ll
index 64877bf..6c1032e 100644
--- a/test/DebugInfo/X86/misched-dbg-value.ll
+++ b/test/DebugInfo/X86/misched-dbg-value.ll
@@ -33,7 +33,7 @@
@PtrGlb = common global %struct.Record* null, align 8
@PtrGlbNext = common global %struct.Record* null, align 8
-define void @Proc8(i32* nocapture %Array1Par, [51 x i32]* nocapture %Array2Par, i32 %IntParI1, i32 %IntParI2) nounwind optsize ssp uwtable {
+define void @Proc8(i32* nocapture %Array1Par, [51 x i32]* nocapture %Array2Par, i32 %IntParI1, i32 %IntParI2) nounwind optsize {
entry:
tail call void @llvm.dbg.value(metadata !{i32* %Array1Par}, i64 0, metadata !23), !dbg !64
tail call void @llvm.dbg.value(metadata !{[51 x i32]* %Array2Par}, i64 0, metadata !24), !dbg !65