diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-12-16 19:53:26 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-12-16 19:53:26 +0000 |
commit | c4d672a49d5e0b92ca5fd9d898fc8b1a12ee5288 (patch) | |
tree | e415c47c9b1708cd128a4006c54d7722688fb874 /clang/test/CodeGen/volatile-complex.c | |
parent | 88bd8629b2b897dfe782c88c133b5311ba83ee2e (diff) | |
download | bcm5719-llvm-c4d672a49d5e0b92ca5fd9d898fc8b1a12ee5288.tar.gz bcm5719-llvm-c4d672a49d5e0b92ca5fd9d898fc8b1a12ee5288.zip |
Misc test cleanups.
* tbaa-struct.cpp always has a 64 bit pointer.
* f32:32:32, f64:64:64 and f128:128:128 are defaults, don't assume they are
printed.
llvm-svn: 197415
Diffstat (limited to 'clang/test/CodeGen/volatile-complex.c')
-rw-r--r-- | clang/test/CodeGen/volatile-complex.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/test/CodeGen/volatile-complex.c b/clang/test/CodeGen/volatile-complex.c index 71e5db6f5cf..b47f6369625 100644 --- a/clang/test/CodeGen/volatile-complex.c +++ b/clang/test/CodeGen/volatile-complex.c @@ -5,9 +5,7 @@ // // This test assumes that floats are 32-bit aligned and doubles are // 64-bit aligned, and uses x86-64 as a target that should have this -// datalayout. - -// CHECK: target datalayout = "{{.*}}f32:32:32-f64:64:64{{.*}}" +// property. volatile _Complex float cf; volatile _Complex double cd; |