1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Make the test a bit more strict.

Before it would pass even if @b or @c ended up pointing to a variable named
@a123.

llvm-svn: 215450
This commit is contained in:
Rafael Espindola 2014-08-12 15:55:27 +00:00
parent fb9ddaf798
commit 0e5b14c8fa

View File

@ -12,5 +12,5 @@
; Test that @b and @c end up pointing to the same variable.
; CHECK: @a = weak global i32 42
; CHECK: @b = global i32* @a
; CHECK: @c = global i32* @a
; CHECK: @b = global i32* @a{{$}}
; CHECK: @c = global i32* @a{{$}}