]> granicus.if.org Git - llvm/commitdiff
[RISCV] Fixed test case failure due to r338047
authorAna Pazos <apazos@codeaurora.org>
Tue, 31 Jul 2018 00:36:28 +0000 (00:36 +0000)
committerAna Pazos <apazos@codeaurora.org>
Tue, 31 Jul 2018 00:36:28 +0000 (00:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@338341 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/RISCV/tail-calls.ll

index 2279e8c377920571b01149cffe4000a7ca493f91..4d7db01d1fb7f5ea79ce27f7a196227ffc57988f 100644 (file)
@@ -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