summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/FastISel.cpp
diff options
context:
space:
mode:
authorStephen Lin <stephenwlin@gmail.com>2013-07-08 00:37:03 +0000
committerStephen Lin <stephenwlin@gmail.com>2013-07-08 00:37:03 +0000
commit155615d7dc4e4fbfd3b7273720a76356468edf46 (patch)
treec690636d38dbc8d5b3f46f578f25ce67fe33f240 /lib/CodeGen/SelectionDAG/FastISel.cpp
parent01f8d579f7672872324208ac5bc4ac311e81b22e (diff)
downloadllvm-155615d7dc4e4fbfd3b7273720a76356468edf46.tar.gz
llvm-155615d7dc4e4fbfd3b7273720a76356468edf46.tar.bz2
llvm-155615d7dc4e4fbfd3b7273720a76356468edf46.tar.xz
Remove trailing whitespace from SelectionDAG/*.cpp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/FastISel.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/FastISel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp
index ff2511c17e..cb55324aec 100644
--- a/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -90,7 +90,7 @@ bool FastISel::LowerArguments() {
// Fallback to SDISel argument lowering code to deal with sret pointer
// parameter.
return false;
-
+
if (!FastLowerArguments())
return false;
@@ -598,7 +598,7 @@ bool FastISel::SelectCall(const User *I) {
case Intrinsic::dbg_declare: {
const DbgDeclareInst *DI = cast<DbgDeclareInst>(Call);
DIVariable DIVar(DI->getVariable());
- assert((!DIVar || DIVar.isVariable()) &&
+ assert((!DIVar || DIVar.isVariable()) &&
"Variable in DbgDeclareInst should be either null or a DIVariable.");
if (!DIVar ||
!FuncInfo.MF->getMMI().hasDebugInfo()) {