mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-20 03:20:33 +01:00
gallivm: Fix build since llvm r233411
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
parent
afa9fc1561
commit
a99a16a0cf
1 changed files with 4 additions and 0 deletions
|
|
@ -322,7 +322,11 @@ disassemble(const void* func, llvm::raw_ostream & Out)
|
|||
/*
|
||||
* Print the instruction.
|
||||
*/
|
||||
#if HAVE_LLVM >= 0x0307
|
||||
Printer->printInst(&Inst, Out, "", *STI);
|
||||
#else
|
||||
Printer->printInst(&Inst, Out, "");
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Advance.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue