summaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR/NVPTX
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/MIR/NVPTX')
-rw-r--r--test/CodeGen/MIR/NVPTX/floating-point-immediate-operands.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MIR/NVPTX/floating-point-immediate-operands.mir b/test/CodeGen/MIR/NVPTX/floating-point-immediate-operands.mir
index 00051abf663..7defaeab949 100644
--- a/test/CodeGen/MIR/NVPTX/floating-point-immediate-operands.mir
+++ b/test/CodeGen/MIR/NVPTX/floating-point-immediate-operands.mir
@@ -1,4 +1,4 @@
-# RUN: llc -march=nvptx -mcpu=sm_20 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
+# RUN: llc -march=nvptx -mcpu=sm_20 -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
# This test ensures that the MIR parser parses floating point constant operands
# correctly.