[X86] Remove superfluous mayLoad flag. The pattern already implies it.
[oota-llvm.git] / test / Assembler / invalid-dilocalvariable-arg-negative.ll
index 08e370a36660ca71a46d28ab399b8cd875f4703d..9cf8e973db21ff0283f9a78b7408cd3c8df5a1c8 100644 (file)
@@ -1,6 +1,7 @@
 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
 
-!0 = !DILocalVariable(tag: DW_TAG_arg_variable, scope: !{}, arg: 0)
+!0 = !DILocalVariable(scope: !{}, arg: 1)
+!1 = !DILocalVariable(scope: !{})
 
-; CHECK: <stdin>:[[@LINE+1]]:66: error: expected unsigned integer
-!1 = !DILocalVariable(tag: DW_TAG_arg_variable, scope: !{}, arg: -1)
+; CHECK: <stdin>:[[@LINE+1]]:40: error: expected unsigned integer
+!2 = !DILocalVariable(scope: !{}, arg: -1)