[opaque pointer type] update test cases for explicit pointee types on global aliases

llvm-svn: 247379
This commit is contained in:
David Blaikie 2015-09-11 03:22:12 +00:00
parent 2f40830dde
commit 947bf5e0bb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-windows-msvc"
@f = weak alias void()* @g
@f = weak alias void(), void()* @g
define void @g() {
ret void