Revert "[ARM] Enable shrink-wrapping by default."
[oota-llvm.git] / test / Assembler / invalid-dilocalvariable-arg-large.ll
index d62da601e13cb4427f86c5c2ca3a918753df77d4..e6e4a76b1c1e81940ed6f24190bfd4c8d5ed26a8 100644 (file)
@@ -1,6 +1,6 @@
 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
 
-!0 = !DILocalVariable(tag: DW_TAG_arg_variable, scope: !{}, arg: 65535)
+!0 = !DILocalVariable(scope: !{}, arg: 65535)
 
-; CHECK: <stdin>:[[@LINE+1]]:66: error: value for 'arg' too large, limit is 65535
-!1 = !DILocalVariable(tag: DW_TAG_arg_variable, scope: !{}, arg: 65536)
+; CHECK: <stdin>:[[@LINE+1]]:40: error: value for 'arg' too large, limit is 65535
+!1 = !DILocalVariable(scope: !{}, arg: 65536)