diff options
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/CodeGen/2012-04-16-FastMath.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/test/CodeGen/2012-04-16-FastMath.c b/clang/test/CodeGen/2012-04-16-FastMath.c deleted file mode 100644 index d7c3d9a2d63..00000000000 --- a/clang/test/CodeGen/2012-04-16-FastMath.c +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %clang_cc1 %s -ffast-math -emit-llvm -o - | FileCheck %s - -double add(double x, double y) { -// CHECK: @add - return x + y; -// CHECK: fadd double %{{.}}, %{{.}}, !fpmath !0 -} -// CHECK: !0 = metadata !{metadata !"fast"} |