[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / FileCheck / regex-brackets.txt
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