summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/fpmath.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/fpmath.ll')
-rw-r--r--test/Transforms/GVN/fpmath.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/fpmath.ll b/test/Transforms/GVN/fpmath.ll
index 8ab285448f..403df5c900 100644
--- a/test/Transforms/GVN/fpmath.ll
+++ b/test/Transforms/GVN/fpmath.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -gvn -S -o - | FileCheck %s
+; RUN: opt -gvn -S < %s | FileCheck %s
define double @test1(double %x, double %y) {
; CHECK: @test1(double %x, double %y)