diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2011-10-12 00:14:12 +0000 | 
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2011-10-12 00:14:12 +0000 | 
| commit | 064c1c0e779c16125fb014756b206bdf84a1ebff (patch) | |
| tree | 454596fb228280d7e54ab7824984455b3a6af6ca /llvm/lib/Target/X86/X86FastISel.cpp | |
| parent | 503aa525eaea55fb68be1e3e27e5f9bfdcd4b7df (diff) | |
| download | bcm5719-llvm-064c1c0e779c16125fb014756b206bdf84a1ebff.tar.gz bcm5719-llvm-064c1c0e779c16125fb014756b206bdf84a1ebff.zip | |
Fix indent in comment.
llvm-svn: 141749
Diffstat (limited to 'llvm/lib/Target/X86/X86FastISel.cpp')
| -rw-r--r-- | llvm/lib/Target/X86/X86FastISel.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Target/X86/X86FastISel.cpp b/llvm/lib/Target/X86/X86FastISel.cpp index aafa96389ac..f912b28eb47 100644 --- a/llvm/lib/Target/X86/X86FastISel.cpp +++ b/llvm/lib/Target/X86/X86FastISel.cpp @@ -1738,7 +1738,7 @@ bool X86FastISel::DoSelectCall(const Instruction *I, const char *MemIntName) {          assert(Res && "memcpy length already checked!"); (void)Res;        } else if (isa<ConstantInt>(ArgVal) || isa<ConstantPointerNull>(ArgVal)) {          // If this is a really simple value, emit this with the Value* version -        //of X86FastEmitStore.  If it isn't simple, we don't want to do this, +        // of X86FastEmitStore.  If it isn't simple, we don't want to do this,          // as it can cause us to reevaluate the argument.          X86FastEmitStore(ArgVT, ArgVal, AM);        } else { | 

