comparison llvm/test/FileCheck/regex-brackets.txt @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children c4bab56944e8
comparison
equal deleted inserted replaced
147:c2174574ed3a 150:1d019706d866
1 // RUN: FileCheck -input-file %s %s
2
3 op r1
4 op r2, [x r1]
5 ; CHECK: op [[REG:r[0-9]]]
6 ; CHECK: op [[REG2:r[0-9]]], [x [[REG]]]
7