From df7a4f2515ce59b487c24e8bb8ea98c10b3edabf Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Thu, 7 Oct 2010 22:25:06 +0000 Subject: Now with fewer extraneous semicolons! llvm-svn: 115996 --- llvm/lib/CodeGen/RegAllocLinearScan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/RegAllocLinearScan.cpp') diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp index a4fdcfa..0581eac 100644 --- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp +++ b/llvm/lib/CodeGen/RegAllocLinearScan.cpp @@ -371,7 +371,7 @@ namespace { } INITIALIZE_PASS(RALinScan, "linearscan-regalloc", - "Linear Scan Register Allocator", false, false); + "Linear Scan Register Allocator", false, false) void RALinScan::ComputeRelatedRegClasses() { // First pass, add all reg classes to the union, and determine at least one -- cgit v1.1