aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo/Mips/delay-slot.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/Mips/delay-slot.ll')
-rw-r--r--test/DebugInfo/Mips/delay-slot.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/Mips/delay-slot.ll b/test/DebugInfo/Mips/delay-slot.ll
index a7b787d3e69..8150e9a98f0 100644
--- a/test/DebugInfo/Mips/delay-slot.ll
+++ b/test/DebugInfo/Mips/delay-slot.ll
@@ -1,4 +1,4 @@
-; RUN: llc -filetype=obj -O0 -relocation-model=pic < %s -mtriple mips-unknown-linux-gnu | llvm-dwarfdump -a - | FileCheck %s
+; RUN: llc -fast-isel-sink-local-values -filetype=obj -O0 -relocation-model=pic < %s -mtriple mips-unknown-linux-gnu | llvm-dwarfdump -a - | FileCheck %s
; PR19815
; Generated using clang -target mips-linux-gnu -g test.c -S -o - -flto|opt -sroa -S