diff options
author | Chris Lattner <sabre@nondot.org> | 2010-07-28 23:46:15 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-07-28 23:46:15 +0000 |
commit | 4b8585ef6a2ce8943e963d61dc3406d5579ce365 (patch) | |
tree | 64f240cbb6e23545d542005fbb7c32a0592878cb /clang/lib/CodeGen/ABIInfo.h | |
parent | e6a4e3933d59a045189a813e7d6e4626071a9445 (diff) | |
download | bcm5719-llvm-4b8585ef6a2ce8943e963d61dc3406d5579ce365.tar.gz bcm5719-llvm-4b8585ef6a2ce8943e963d61dc3406d5579ce365.zip |
tidy up
llvm-svn: 109699
Diffstat (limited to 'clang/lib/CodeGen/ABIInfo.h')
-rw-r--r-- | clang/lib/CodeGen/ABIInfo.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/clang/lib/CodeGen/ABIInfo.h b/clang/lib/CodeGen/ABIInfo.h index 85524acbe1f..e22ab8eb7a2 100644 --- a/clang/lib/CodeGen/ABIInfo.h +++ b/clang/lib/CodeGen/ABIInfo.h @@ -28,11 +28,10 @@ namespace clang { class CodeGenFunction; } - /* FIXME: All of this stuff should be part of the target interface - somehow. It is currently here because it is not clear how to factor - the targets to support this, since the Targets currently live in a - layer below types n'stuff. - */ + // FIXME: All of this stuff should be part of the target interface + // somehow. It is currently here because it is not clear how to factor + // the targets to support this, since the Targets currently live in a + // layer below types n'stuff. /// ABIArgInfo - Helper class to encapsulate information about how a /// specific C type should be passed to or returned from a function. |