Whitespace.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 21 Nov 2013 11:08:31 +0000 (11:08 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 21 Nov 2013 11:08:31 +0000 (11:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195341 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetMachine.h
lib/Target/TargetMachine.cpp

index 91e4715eea3afe027e5f58de9c2ff1c7ed80fd31..4c1f927869f9c92b5300af0c5b956b8e01df7773 100644 (file)
@@ -107,7 +107,7 @@ public:
   void resetTargetOptions(const MachineFunction *MF) const;
 
   // Interfaces to the major aspects of target machine information:
-  // 
+  //
   // -- Instruction opcode and operand information
   // -- Pipelines and scheduling information
   // -- Stack frame information
index df4a03c9e8ba964e1a6fcc78de06ee735f6557f7..b367287b53087307526c26102db083b98c098b08 100644 (file)
@@ -67,7 +67,7 @@ TargetMachine::~TargetMachine() {
 void TargetMachine::resetTargetOptions(const MachineFunction *MF) const {
   const Function *F = MF->getFunction();
   TargetOptions &TO = MF->getTarget().Options;
-  
+
 #define RESET_OPTION(X, Y)                                              \
   do {                                                                  \
     if (F->hasFnAttribute(Y))                                           \