Skip to content

Commit

Permalink
[NFC] Delete trailing whitespace character.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362772 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Michael Pozulp committed Jun 7, 2019
1 parent 0ccb60f commit 9bdaadd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# RUN: llc -o %t.o -filetype=obj -mtriple=x86_64-pc-linux %t.ll
# RUN: llvm-objdump --source %t.o | FileCheck %s

# CHECK: 0000000000000000 add1:
# CHECK: 0000000000000000 add1:
# CHECK-NEXT: ; int add1(int a) { return a + 1; }
#
# CHECK: 0000000000000010 return4:
Expand Down

0 comments on commit 9bdaadd

Please sign in to comment.