[llvm] r338341 - [RISCV] Fixed test case failure due to r338047

Ana Pazos via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 30 17:36:29 PDT 2018


Author: apazos
Date: Mon Jul 30 17:36:28 2018
New Revision: 338341

URL: http://llvm.org/viewvc/llvm-project?rev=338341&view=rev
Log:
[RISCV] Fixed test case failure due to r338047

Modified:
    llvm/trunk/test/CodeGen/RISCV/tail-calls.ll

Modified: llvm/trunk/test/CodeGen/RISCV/tail-calls.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/RISCV/tail-calls.ll?rev=338341&r1=338340&r2=338341&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/RISCV/tail-calls.ll (original)
+++ llvm/trunk/test/CodeGen/RISCV/tail-calls.ll Mon Jul 30 17:36:28 2018
@@ -106,7 +106,7 @@ entry:
   tail call void @callee_irq()
   ret void
 }
-attributes #0 = { "interrupt" }
+attributes #0 = { "interrupt"="machine" }
 
 ; Byval parameters hand the function a pointer directly into the stack area
 ; we want to reuse during a tail call. Do not tail call optimize functions with




More information about the llvm-commits mailing list