[llvm] r255913 - make this test less whitespace-sensitive.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 17 10:34:37 PST 2015


Author: adrian
Date: Thu Dec 17 12:34:37 2015
New Revision: 255913

URL: http://llvm.org/viewvc/llvm-project?rev=255913&view=rev
Log:
make this test less whitespace-sensitive.

Modified:
    llvm/trunk/test/DebugInfo/X86/reference-argument.ll

Modified: llvm/trunk/test/DebugInfo/X86/reference-argument.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/reference-argument.ll?rev=255913&r1=255912&r2=255913&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/reference-argument.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/reference-argument.ll Thu Dec 17 12:34:37 2015
@@ -11,7 +11,7 @@
 ; CHECK-NOT:   DW_TAG_subprogram
 ; CHECK:     DW_TAG_formal_parameter
 ;                                                    rsi+0
-; CHECK-NEXT:  DW_AT_location [DW_FORM_block1]      (<0x02> 74 00)
+; CHECK-NEXT:  DW_AT_location [DW_FORM_block1]      (<0x02> 74 00{{ *}})
 ; CHECK-NEXT:  DW_AT_name {{.*}} "v"
 
 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"




More information about the llvm-commits mailing list