From 03fb337df3631b6b4b894c363487d09228a912f0 Mon Sep 17 00:00:00 2001 From: Pavel Chupin Date: Sun, 13 Jul 2014 17:11:45 +0000 Subject: Remove trailing spaces git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212911 91177308-0d34-0410-b5e6-96231b3b80d8 --- NOTES.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'NOTES.txt') diff --git a/NOTES.txt b/NOTES.txt index 107ec5ad48..53f35a0186 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -34,11 +34,11 @@ TODO: File Manager Speedup: 3. File UIDs are created on request, not when files are opened. These changes make it possible to efficiently have FileEntry objects for files that exist on the file system, but have not been used yet. - + Once this is done: 1. DirectoryEntry gets a boolean value "has read entries". When false, not all entries in the directory are in the file mgr, when true, they are. - 2. Instead of stat'ing the file in FileManager::getFile, check to see if + 2. Instead of stat'ing the file in FileManager::getFile, check to see if the dir has been read. If so, fail immediately, if not, read the dir, then retry. 3. Reading the dir uses the getdirentries syscall, creating a FileEntry @@ -55,18 +55,18 @@ The "selection of target" behavior is defined as follows: (1) If the user does not specify -triple, we default to the host triple. (2) If the user specifies a -arch, that overrides the arch in the host or - specified triple. + specified triple. //===---------------------------------------------------------------------===// -verifyInputConstraint and verifyOutputConstraint should not return bool. +verifyInputConstraint and verifyOutputConstraint should not return bool. Instead we should return something like: enum VerifyConstraintResult { Valid, - + // Output only OutputOperandConstraintLacksEqualsCharacter, MatchingConstraintNotValidInOutputOperand, @@ -74,7 +74,7 @@ enum VerifyConstraintResult { // Input only InputOperandConstraintContainsEqualsCharacter, MatchingConstraintReferencesInvalidOperandNumber, - + // Both PercentConstraintUsedWithLastOperand }; -- cgit v1.2.3