summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LLVMTargetMachine.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-05-07 13:00:43 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-05-07 13:00:43 +0000
commit566fcfe69b1c3ffb760708744f1465d07b98ba3d (patch)
tree0390c123cb185f6a0c72b91bbe804638d85f066c /llvm/lib/CodeGen/LLVMTargetMachine.cpp
parentd010f9a8a510c3562b72890e80d8490d8db69126 (diff)
downloadbcm5719-llvm-566fcfe69b1c3ffb760708744f1465d07b98ba3d.tar.gz
bcm5719-llvm-566fcfe69b1c3ffb760708744f1465d07b98ba3d.zip
Remove the UseCFI option from createAsmStreamer.
We were already always passing true, this just removes the option. llvm-svn: 208205
Diffstat (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
index 5b07ad3d30a..85d10953d95 100644
--- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp
+++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp
@@ -193,7 +193,6 @@ bool LLVMTargetMachine::addPassesToEmitFile(PassManagerBase &PM,
TargetCPU);
MCStreamer *S = getTarget().createAsmStreamer(*Context, Out,
getVerboseAsm(),
- hasMCUseCFI(),
hasMCUseDwarfDirectory(),
InstPrinter,
MCE, MAB,
OpenPOWER on IntegriCloud