summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/fast-math.c
diff options
context:
space:
mode:
authorMichael Ilseman <milseman@apple.com>2012-12-10 18:48:08 +0000
committerMichael Ilseman <milseman@apple.com>2012-12-10 18:48:08 +0000
commit43e17ad1d0bf1018d0f0e40e7472ff8e3f390637 (patch)
treec8b517e67f2e8e34db3e4010ebfdfd5d5a036746 /clang/test/CodeGen/fast-math.c
parentaab278fbbacd6952a0a0db2dfd36a08c48d4c820 (diff)
downloadbcm5719-llvm-43e17ad1d0bf1018d0f0e40e7472ff8e3f390637.tar.gz
bcm5719-llvm-43e17ad1d0bf1018d0f0e40e7472ff8e3f390637.zip
Remove unneeded typedef and volatile
llvm-svn: 169743
Diffstat (limited to 'clang/test/CodeGen/fast-math.c')
-rw-r--r--clang/test/CodeGen/fast-math.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/test/CodeGen/fast-math.c b/clang/test/CodeGen/fast-math.c
index 9f9a39269ed..76cfbbd3654 100644
--- a/clang/test/CodeGen/fast-math.c
+++ b/clang/test/CodeGen/fast-math.c
@@ -1,7 +1,5 @@
// RUN: %clang_cc1 -ffast-math -emit-llvm -o - %s | FileCheck %s
-typedef unsigned cond_t;
-
-volatile float f0, f1, f2;
+float f0, f1, f2;
void foo(void) {
// CHECK: define void @foo()
OpenPOWER on IntegriCloud