[PATCH] D10832: Use function attribute "trap-func-name" and remove TargetOptions::TrapFuncName

Akira Hatanaka ahatanak at gmail.com
Thu Jul 2 14:35:32 PDT 2015


ahatanak updated this revision to Diff 28972.
ahatanak added a comment.

Replaced auto with explicit type and removed the line which was causing unused variable warning. Also, changed a line in the test case to check for "trap" but not "trap_llc" or "trap_func_attr".

I'll commit this shortly. Thank you for the review!


http://reviews.llvm.org/D10832

Files:
  include/llvm/CodeGen/CommandFlags.h
  include/llvm/IR/Instructions.h
  include/llvm/Target/TargetOptions.h
  lib/CodeGen/SelectionDAG/FastISel.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/TargetOptionsImpl.cpp
  lib/IR/Instructions.cpp
  test/CodeGen/ARM/fnattr-trap.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10832.28972.patch
Type: text/x-patch
Size: 8786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150702/33489cac/attachment.bin>


More information about the llvm-commits mailing list