From ca76f357b9df164402b7b19f536407a2b7ee1f02 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 28 Feb 2005 19:36:15 +0000 Subject: [PATCH] Remove tabs from file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20380 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/CBackend/CBackend.cpp | 5 ++--- lib/Target/CBackend/Writer.cpp | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/Target/CBackend/CBackend.cpp b/lib/Target/CBackend/CBackend.cpp index e2431a2eb14..dfd06a73e71 100644 --- a/lib/Target/CBackend/CBackend.cpp +++ b/lib/Target/CBackend/CBackend.cpp @@ -1508,15 +1508,14 @@ void CWriter::visitCallInst(CallInst &I) { Out << ')'; return; case Intrinsic::prefetch: - // This is only supported on GCC for now... - Out << "LLVM_PREFETCH((const void *)"; + Out << "LLVM_PREFETCH((const void *)"; writeOperand(I.getOperand(1)); Out << ", "; writeOperand(I.getOperand(2)); Out << ", "; writeOperand(I.getOperand(3)); Out << ")"; - return; + return; } } diff --git a/lib/Target/CBackend/Writer.cpp b/lib/Target/CBackend/Writer.cpp index e2431a2eb14..dfd06a73e71 100644 --- a/lib/Target/CBackend/Writer.cpp +++ b/lib/Target/CBackend/Writer.cpp @@ -1508,15 +1508,14 @@ void CWriter::visitCallInst(CallInst &I) { Out << ')'; return; case Intrinsic::prefetch: - // This is only supported on GCC for now... - Out << "LLVM_PREFETCH((const void *)"; + Out << "LLVM_PREFETCH((const void *)"; writeOperand(I.getOperand(1)); Out << ", "; writeOperand(I.getOperand(2)); Out << ", "; writeOperand(I.getOperand(3)); Out << ")"; - return; + return; } }