summaryrefslogtreecommitdiff
path: root/test/DebugInfo/dead-argument-order.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/dead-argument-order.ll')
-rw-r--r--test/DebugInfo/dead-argument-order.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/DebugInfo/dead-argument-order.ll b/test/DebugInfo/dead-argument-order.ll
index 921a973090..ea805a4872 100644
--- a/test/DebugInfo/dead-argument-order.ll
+++ b/test/DebugInfo/dead-argument-order.ll
@@ -28,8 +28,9 @@
; CHECK-NOT: {{DW_TAG|NULL}}
; CHECK: DW_TAG_formal_parameter
; CHECK-NOT: DW_TAG
-; CHECK: DW_AT_name {{.*}} "i"
; CHECK: DW_AT_location
+; CHECK-NOT: DW_TAG
+; CHECK: DW_AT_name {{.*}} "i"
%struct.S = type { i32 }