mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
add a hack to temporarily allow pseudo source values.
llvm-svn: 55289
This commit is contained in:
parent
2147640791
commit
f6e98a0f30
@ -1778,7 +1778,8 @@ void Value::print(raw_ostream &OS, AssemblyAnnotationWriter *AAW) const {
|
||||
} else if (isa<InlineAsm>(this)) {
|
||||
WriteAsOperand(OS, this, true, 0);
|
||||
} else {
|
||||
assert(0 && "Unknown value to print out!");
|
||||
// FIXME: PseudoSourceValue breaks this!
|
||||
//assert(0 && "Unknown value to print out!");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user