diff options
author | Frederic Riss <friss@apple.com> | 2014-08-29 15:32:15 +0000 |
---|---|---|
committer | Frederic Riss <friss@apple.com> | 2014-08-29 15:32:15 +0000 |
commit | aaae87e5ab3b1a48ae380496a2760f068ed0fa46 (patch) | |
tree | b36f669cebb90c2a293927914cf760a05d180a59 /llvm/test/DebugInfo/X86/lexical_block.ll | |
parent | a065eb44aa94b56e2d814a933679c23273a6cdcc (diff) | |
download | bcm5719-llvm-aaae87e5ab3b1a48ae380496a2760f068ed0fa46.tar.gz bcm5719-llvm-aaae87e5ab3b1a48ae380496a2760f068ed0fa46.zip |
Remove unnecessary regex in test pattern per dblaikie suggestion.
llvm-svn: 216733
Diffstat (limited to 'llvm/test/DebugInfo/X86/lexical_block.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/lexical_block.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/lexical_block.ll b/llvm/test/DebugInfo/X86/lexical_block.ll index 365c1943149..6c9f9ad0000 100644 --- a/llvm/test/DebugInfo/X86/lexical_block.ll +++ b/llvm/test/DebugInfo/X86/lexical_block.ll @@ -9,9 +9,9 @@ ; depending on the dwarf version. ; CHECK: DW_TAG_lexical_block -; CHECK-NOT: {{DW_TAG|NULL}} +; CHECK-NOT: DW_TAG ; CHECK: DW_AT_low_pc [DW_FORM_addr] -; CHECK-NOT: {{DW_TAG|NULL}} +; CHECK-NOT: DW_TAG ; CHECK-V4: DW_AT_high_pc [DW_FORM_data4] ; CHECK-V3: DW_AT_high_pc [DW_FORM_addr] |