| Index: src/IceTargetLowering.cpp
|
| diff --git a/src/IceTargetLowering.cpp b/src/IceTargetLowering.cpp
|
| index d2da33344754d0e4e0843e0aaa3372ae6f59f4a2..3ea9e6ddc63f751e24a3010699129b5b3e114abe 100644
|
| --- a/src/IceTargetLowering.cpp
|
| +++ b/src/IceTargetLowering.cpp
|
| @@ -29,7 +29,7 @@ namespace Ice {
|
|
|
| namespace {
|
|
|
| -// TODO(stichnot): Move this machinery into llvm2ice.cpp.
|
| +// TODO(stichnot): Move this machinery into main.cpp.
|
| namespace cl = llvm::cl;
|
| cl::opt<bool> DoNopInsertion("nop-insertion", cl::desc("Randomly insert NOPs"),
|
| cl::init(false));
|
|
|