Update multiline.ll testcase to handle (ppc64le) .localentry directive
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Tue, 13 Jan 2015 18:17:08 +0000 (18:17 +0000)
committerWill Schmidt <will_schmidt@vnet.ibm.com>
Tue, 13 Jan 2015 18:17:08 +0000 (18:17 +0000)
commit3d6977a65a3ce2c515819c1ae6ceacf21a42ead2
tree50a4534b1c7af61f256e7ce5d8026cc55e29a762
parent6365882935033acfa73f1397236f577d8fa84d35
Update multiline.ll testcase to handle (ppc64le) .localentry directive

The ppc64le platform will emit a .localentry directive. This is triggering
a false-positive against a CHECK-NOT: .loc in multiline.ll.
Add a space "{{ }}" to the check-not line to allow for arguments, and
prevent .localentry from matching.

Differential Revision: http://reviews.llvm.org/D6935

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225810 91177308-0d34-0410-b5e6-96231b3b80d8
test/DebugInfo/multiline.ll