aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms
diff options
context:
space:
mode:
authorChristopher Lamb <christopher.lamb@gmail.com>2007-12-18 09:45:40 +0000
committerChristopher Lamb <christopher.lamb@gmail.com>2007-12-18 09:45:40 +0000
commit5705edb268299a444e214471f2e2c85ce4df18dd (patch)
treecb8e847a7df221f66635f479f5955ae245fda38b /test/Transforms
parent244ec2848d30729826aa8064faf7942043a699cf (diff)
downloadexternal_llvm-5705edb268299a444e214471f2e2c85ce4df18dd.zip
external_llvm-5705edb268299a444e214471f2e2c85ce4df18dd.tar.gz
external_llvm-5705edb268299a444e214471f2e2c85ce4df18dd.tar.bz2
Fix typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45159 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll b/test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll
index ef38eee..94d6c96 100644
--- a/test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll
+++ b/test/Transforms/InstCombine/2007-12-18-AddSelCmpSub.ll
@@ -35,4 +35,4 @@ entry:
%smax = select i1 %tmp16, i32 0, i32 %tmp15 ; <i32> [#uses=1]
%tmp12 = add i32 %smax, %a ; <i32> [#uses=1]
ret i32 %tmp12
-} \ No newline at end of file
+}