mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 11:49:50 +00:00
e2dfa017cf
Summary: Fixes bug 24645. Problem appears to be that the type may be undefined when ConvertValIDToValue is called. Reviewers: kcc Subscribers: llvm-commits git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246779 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
209 B
LLVM
7 lines
209 B
LLVM
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
|
|
|
|
; Tests bug: https://llvm.org/bugs/show_bug.cgi?id=24645
|
|
; CHECK: error: invalid type for inline asm constraint string
|
|
|
|
!3=! {%..d04 *asm" !6!={!H)4" ,""
|