diff options
author | Vedant Kumar <vsk@apple.com> | 2015-08-23 18:53:59 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2015-08-23 18:53:59 +0000 |
commit | f8e09c3bb60607ba523a7278e9d5bd46c8c2ed25 (patch) | |
tree | 7c812c44f8750187769aad03af6d121649f64dc2 /clang/test/CodeGenCXX/homogeneous-aggregates.cpp | |
parent | 503976ad9a26bebc44e37261919a76694f96d7dd (diff) | |
download | bcm5719-llvm-f8e09c3bb60607ba523a7278e9d5bd46c8c2ed25.tar.gz bcm5719-llvm-f8e09c3bb60607ba523a7278e9d5bd46c8c2ed25.zip |
[test] Fix typos in a few tests (NFC)
Patch by Kai Zhao!
llvm-svn: 245817
Diffstat (limited to 'clang/test/CodeGenCXX/homogeneous-aggregates.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/homogeneous-aggregates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/homogeneous-aggregates.cpp b/clang/test/CodeGenCXX/homogeneous-aggregates.cpp index fbbb1ebed46..67911c0d7f9 100644 --- a/clang/test/CodeGenCXX/homogeneous-aggregates.cpp +++ b/clang/test/CodeGenCXX/homogeneous-aggregates.cpp @@ -91,7 +91,7 @@ struct HVAWithEmptyBase : Float1, Empty, Float2 { float z; }; // ARM32: define arm_aapcs_vfpcc void @_Z15with_empty_base16HVAWithEmptyBase(%struct.HVAWithEmptyBase %a.coerce) void CC with_empty_base(HVAWithEmptyBase a) {} -// FIXME: MSVC doesn't consider this an HVA becuase of the empty base. +// FIXME: MSVC doesn't consider this an HVA because of the empty base. // X64: define x86_vectorcallcc void @"\01_Z15with_empty_base16HVAWithEmptyBase@@16"(float %a.0, float %a.1, float %a.2) struct HVAWithEmptyBitField : Float1, Float2 { |