[InstCombine] remove stall comment from test file; NFC

llvm-svn: 342250
This commit is contained in:
Sanjay Patel 2018-09-14 18:02:17 +00:00
parent f7ba0ac0b5
commit 1f4f26a2bb
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -S -instcombine < %s | FileCheck %s
; TODO: The entire thing should be folded to and i16 %0, 255.
define i16 @foo(i16 %x) {
; CHECK-LABEL: @foo(
; CHECK-NEXT: [[T1:%.*]] = and i16 [[X:%.*]], 255